Hello.
I've been trying to create a table without displaying the column headers.
I tried hiding the jsgrid-grid-header div but the table format gets messed up.
I've also tried hiding the scrollbar but couldn't find a solution.
Is there a way to solve this?
Thanks.
Hi,
you can hide header with heading: false option
to let the grid grow without scrollbar just remove height option.
Heading: false works but removing the height parameter doesn't eliminate the scrollbar.
You can redefine with css the overflow-y property of the grid body.