I am using Tabulator as a 3rd party dependency. I am trying to set horizontal scroll when i have a lot of columns. Any pointers on how to go about this?
I’ve seen horizontal scroll discussed on the forum before (not sure how tabulator would affect those solutions).
Do those previous discussions help?
I am not great at css. I have tried putting a wide role on a column panel housing the tabulator and it ends up not doing a good job, as well as doing multiple scroll bars. Incidentally, Tabulator seems to have a horizontal scroll bar by default, hence the question
If I set the width of each column at definition time, the scrolling is good. I can read the data, infer this and set the column widths. The question remains, if there is a parameter or a more dynamic way to do this.