ThomasSiegmund / D3TableFilter

A table widget based on Max Guglielmi's "HTML Table Filter Generator" and D3.js
Other
65 stars 17 forks source link

Scrollbar #25

Open afpapa2 opened 6 years ago

afpapa2 commented 6 years ago

I'm not sure how to manipulate the aesthetics of the table. I have a really large dataset with lots of rows and columns. I'd like to put it into a smaller panel and have a table X & Y scroll bar. Imagine putting a large table into a shinydashboard "box".

Currently the d3tfOutput height/width is ignored if the table can't fit entirely. Instead it would be nice if the table was compressed into the desired form-factor and a scroll bar was added so that the entire table can be viewed.

I've tried a lot of different approaches, but no matter what my table is just too large and the user has to use the web-page scroll bars to explore the table. Makes for a very ugly application that doesn't play well with other elements.

Any advice?