|
Project Information
|
A new proposed project to make a dynamic data grid with the following features: - Small and light. Size should be less than 30 KB for minified version
- Dynamic data source for easy table population (JSON or plain HTML)
- Create, Read, Update and Delete (CRUD) operation
- Sorting based on columns (using tablesorter plugin)
- Searching based on filters for multiple columns
- Follows KISS Principal – Keep it simple stupid. No unnecessary insertion of DOM elements
- Insertion of checkbox for each row and defining custom button to perform an action
Current Status: Planning
|