Improve DataTable cells
See original GitHub issueCurrently our DataTable
has a bit of clunkiness:
There’s enough room to render a full result, but it doesn’t – the default maxCharactersInCell
prop kicks in and the contents of a cell truncate for no reason.
I propose we improve this in the following way:
- If a cell goes past the
maxCharactersInCell
,- add a “more options” icon, that when clicked, (like this
)
- opens a little tooltip/hint/modal with the full contents of the cell
- it opens wherever there’s free space around it
- the hint closes on click outside
- add a “more options” icon, that when clicked, (like this
)
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Looking for a way to improve performance when updating ...
We're having a bit of an issue with a DataTables implementation on mobile devices. The table contains around 300 rows and each row...
Read more >Improve DataTable performance when modifying class of cell
I'm updating the class of a cell depending on the data. To do this I'm using the render function and creating an api...
Read more >Solved: How increase variable in DataTable
1. Set variable %Row% =0 · 2. ( start a new loop here ) Loop Exceldata[%row%] as per your choice, could be until...
Read more >Data Table Screen Component: Performance Boosting
I'm using a data table in my solution, but it feels like it takes a long time to load. Is there a way...
Read more >Improve performance of reading data from worksheet to ...
Do I have to change my code to improve the performance? In my example I have 20000 rows with 250 columns ... Worksheets[0];...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
AWESOME! Thanks so much!
@TejasQ It’s awesome! Scheduled. And if no-one start working on that, I’d be happy to take it again.