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.

FlexTable: allow horizontal scroll

See original GitHub issue

FlexTable very convenient wrapper for Grid with great way to define columns data keys, but it lacks of horizontal scroll support. It can be enabled by providing contentWidth property which will be used as width for flex row. Minor drawback is absence of column virtualization since only only one Grid__cell used per row.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:26 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
mlukaszczykcommented, Dec 11, 2016

Hey!

Is there a best practice now for horizontal scrolling with the table component? I would prefer to use the table component instead of customizing the grid. I would appreciate a working example.

Best regards,

Michael

1reaction
mwilliamson-healxcommented, May 3, 2016

Ah, I was just in the middle of trying to do something with synchronized scrolling, but was just hoping that there was a simpler solution. Still, I think what you’ve described makes sense and shouldn’t be too much trouble. Thanks for the helpful (and speedy!) reply, and indeed the entire library!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Horizontal scrolling in Rmarkdown - Stack Overflow
I have a wide table with many columns that I would like to be able to display neatly with a horizontal scroll in...
Read more >
How to implement horizontal scrolling using Flexbox
Get rid of the horizontal scrollbar; Place the scroller in the middle of the screen. The images are touching. Let's add some white...
Read more >
flextable.pdf
When enabling caching in 'R Markdown' documents for PDF output, ... ft.htmlscroll TRUE or FALSE (default) to enable horizontal scrolling.
Read more >
Using the flextable R package - GitHub Pages
Flextable documentation, an R package for generating reporting tables from R in Word, HTML, PDF and PowerPoint formats.
Read more >
Bootstrap 4 table scroll - examples & tutorial.
Scrolling functionality works vertically (y-axis) and horizontally (x-axis). ... To enable y-scrolling simply set the scrollY parameter to be whatever you ...
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