react-table-library icon indicating copy to clipboard operation
react-table-library copied to clipboard

No responsive options out of the box?

Open Alex-Github-Account opened this issue 2 years ago • 2 comments

Am I right that there is no mobile devices support at all? Like, when all the columns cant fit horizontally due to device screen width, they start to become collapsed underneath current row in a form of column1 name: column1 value column2 name: column2 value etc (like here - try to reduce window size to ee effect: https://tabulator.info/examples/5.4?#responsive-layout-collapse )

Alex-Github-Account avatar Mar 18 '23 14:03 Alex-Github-Account

It is not like I am request some feature (I know you developed it for your own use) but wherever it do have such a feature out of the box is vital to start using & participating with my own resources. So far I was not able to find anything regarding mobile support in this lib docs, no collapsable option right?

Alex-Github-Account avatar Mar 23 '23 21:03 Alex-Github-Account

@Alex-Github-Account sorry for the late reply. No, there is not such feature. However, I had positive results by using pinning the first column on mobile while the other columns are scrollable horizontally. Perhaps this helps as a bandaid.

rwieruch avatar May 24 '23 07:05 rwieruch