Jquery-ui grid Create update to read Delete

Using the jQuery library, not some other JavaScript library, if you were to create a grid entry for your users, this allowed users to insert new data, change the description of existing data, and delete the data, if you would, using the html table with tags html tr and td, or is there some other way to display a data sheet?

+3
source share
1 answer

You might want to take a look at a grid plugin like jqGrid .

+4
source

Source: https://habr.com/ru/post/1734295/


All Articles