react-table-library
react-table-library copied to clipboard
No responsive options out of the box?
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 )
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 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.