Using the jQuery library, not any other JavaScript library, if you were to create a grid input for your users, one that allowed users to insert new data, change the description of existing data and delete data, would you do that using an html table with html tr and td tags, or is there some other method of displaying a sheet of data?
Using the jQuery library, not any other JavaScript library, if you were to create
Share
You might want to take a look at a grid plugin, such as jqGrid.