Recently in one of our projects, we were looking for a jQuery data-table with basic features similar to excel viz. -
- Navigate from cell to cell in a row using right arrow/tab
- Enable cell edit key press after selecting the cell
- Enable auto suggest based on the existing data in the column
- Enable copy of cell and paste to another cell
- Enable drop-down to chose values rather than free text
- Enable column freeze
- Enable column wise filters
While researching for it, we found few useful components that provides these functionalities.
Hope this will help in any teams looking for data-tables with similar functionality.
No comments:
Post a Comment