crayons icon indicating copy to clipboard operation
crayons copied to clipboard

[Enhancement] - Searchable Data Table

Open ItsKDaniel opened this issue 4 years ago • 0 comments

Description of the enhancement: Add a search bar to the data table similar to https://datatables.net/ (jquery plugin) that searches on the current table view and updates with results.

Describe the solution you'd like Adding search to the data table would help us look for the data in the current UI without making any paginating or filtering server request.

Ex: if the current table has 100 fields and I would like to search for a particular record, the search field can take in any text input, filter table records and repaint the data table with the search results. The search spans across all columns in the table and that is also configurable.

Table: image

Search Results: image image

ItsKDaniel avatar Apr 28 '22 06:04 ItsKDaniel