It appends to an HTML table and adds special commands for the user to interact and manage its data.
All required processing is encapsulated within the plugin, and only required implementation is a server-side code that accepts add, update and delete requests. Server-side code can be implemented in any language (PHP, ASP.NET/C#, Java) as long as plugin interface requirements are met.
Here are some key features of "DataTables Editable":
· Adding new records to the table
· Selecting and deleting records
· Editing cells
· Sorting table columns
· Custom editors
· Validation of inline editors
· Event handlers
· UI customization
· Custom message boxes
Requirements:
· JavaScript enabled on client side
· jQuery 1.4.4 or higher