question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve DataTable cells

See original GitHub issue

Currently our DataTable has a bit of clunkiness:

image

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 image)
      • 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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
TejasQcommented, Jul 10, 2019

AWESOME! Thanks so much!

1reaction
march213commented, Jul 19, 2019

@TejasQ It’s awesome! Scheduled. And if no-one start working on that, I’d be happy to take it again.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found