I have one table having lots of data. Now I want to scroll vertically with table header fixed. can I achieve this?
Here is my code:
You will need two tables. First table will have only columns and second will contain items to be displayed with empty column headers.
Second table will be the content of ScrollContainer.
ScrollContainer
demo