I want to setup handsontable scroll bar on the top
How to setup handsontable scroll bar on the top
Handsontable itself does not have an option like this. There’s a way to change the scroll position via CSS direction: rtl;
but that will also change how the table looks.
can use another library or css way to get the above working?
I think that you could consider trying out a different option that direction: rtl
, like a library perhaps. While we haven’t run any tests ourselves, it could be a worthwhile experiment.
Moreover, I couldn’t locate any prior questions on the forum or Github that touched on this particular issue so it’s hard to propose such a library.