Questions tagged [data-tables]
Use this tag only for data tables questions
445 questions
0
votes
0
answers
26
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
0
answers
52
views
Column selection for data export
I'm looking for an intuitive way to export data in table form, specifically selecting the rows and columns I want to export. Usually, it's possible to select the rows and then click on an export ...
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
0
answers
171
views
How could I make this UI/UX better and more intuitive
I'm trying to solve the following problems in a single table:
Group a number of work items (service repairs) by region
For each region there can two or more servicers that might be able to handle the ...
0
votes
1
answer
84
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 ...
1
vote
1
answer
400
views
Nested table best practices
I'am trying to create design for table with nested rows. I came up with this idea
What do you think? Is it a good practice?
Primary users are occasional computer users who fill out extensive forms ...
0
votes
1
answer
198
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?
1
vote
3
answers
166
views
How to visually indicate that a default rule has been overridden?
Background
I'm designing a new feature for a B2B web app that allows restaurant staff to split non-cash tips among multiple workers. For example, restaurant patrons leave servers a tip, but servers ...
0
votes
2
answers
174
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, ...
1
vote
2
answers
243
views
How to make table header controls keyboard accessible?
I am implementing a data gird pattern for an interactive HTML table. The header cells can be used to change the appearance of the data.
The ARIA pattern (see Example 2) uses Spacebar key to sort rows, ...
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 ...
0
votes
1
answer
379
views
Alternative to using cards or tables for displaying different data/info
The problem
Our product currently uses a lot of data tables to show information to our users. We also have a lot of metrics and numerical data that we also display that is often clickable that filters ...
1
vote
1
answer
324
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
2
answers
123
views
How can I optimize this flow for data table discoverability
Following is the workflow for a UI consisting of a data table and Accordion.
Search for an entity using cascading filters or search bar.
Based on the search results, the accordion 1 and 2 and the ...
1
vote
1
answer
100
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 ...