I was doing a project using jqGrid. Its really a good jQuery Grid Plugin
to do hard things easily with few lines of code. I saw a feature of
inline editing of records in grid. jqGrid offers many features which
really makes your grid functional in an exceptional way. Just few lines
of codes and you are done. I thought of doing it in core jQuery and PHP.
I started looking if some thing similar is already built or not.
In this post I will explain how this code works and how you can use it in your projects. We have a database with a table named “subjects” with four columns ID, Name, Comments, Replace. Below is the SQL query to create table:
To read more about this article Click Here
For Demo Click Here
To download files Click Here
In this post I will explain how this code works and how you can use it in your projects. We have a database with a table named “subjects” with four columns ID, Name, Comments, Replace. Below is the SQL query to create table:
To read more about this article Click Here
For Demo Click Here
To download files Click Here
0 comments:
Post a Comment