Hello,
i need help in adding a scrollbar on top, after the headers, horizontal scrollbar. thanks alot its in react js.
Hello,
i need help in adding a scrollbar on top, after the headers, horizontal scrollbar. thanks alot its in react js.
did you try this?
<div style={{ overflowX: 'auto',overflowY: 'auto' }}>
... your component
</div>
Also you can use this packages for scrolling;