Questions tagged [data-tables]
Use this tag only for data tables questions
445 questions
0 votes
0 answers
31 views
Multi Select (ALL) on a Virtualized List
I have a data grid that has close to 500,000 records on it and users would like to select all records and deselect lets say 50 records from the existing records. This is achievable programatically (...
0 votes
1 answer
67 views
Table should filter be based on currently displayed or overall
I have a table of orders. Each order can be in production or finished. The table data can be changed selecting which types of orders to show: All, In production, Finished. Every order has a ...
0 votes
1 answer
87 views
In a table in the action column I use an ellipse for more options. Should I change it for the edit and delete?
In a table I have an action column that has an ellipse icon with different options depending on which page you are on. In one table I will need an edit and delete option. Should I have these viewable ...
0 votes
1 answer
200 views
best practice for pagination of tables
my problem is: Imagine I have a table with dynamic data. It could have 1 record or 2000 records. Should I have pagination, even when there are fewer than 10 records?
0 votes
2 answers
180 views
Server-side sorting in data table with infinite scroll
I have a question about the infinite scroll feature in DataTable (or DataGrid). After doing some research, I found that pagination might be more suitable for DataTable than infinite scroll. However, ...
4 votes
2 answers
2k views
How to make a wall of unicode symbols useful?
I am having fun playing around making a dictionary app, one part of which is adding pages teaching about scripts. One script page is on Tibetan consonants. I am trying to keep every page extremely ...
1 vote
1 answer
334 views
7 fixed columns with horizontal scroll in complex data table
I have been trying to define the UX of a complex data table that needs to have the first 6-7 columns fixed followed by infinite weekly data columns. The weekly data columns need to have a horizontal ...
1 vote
1 answer
102 views
Nested Data List
I have (many) assignments dates, for each date it has many assignments names, for each name it has its own time, for each time(assignment) it has many business activities, for each activity it has ...