Jsgrid: Cannot disable column headers and scrollbar

Created on 7 Apr 2016  路  3Comments  路  Source: tabalinas/jsgrid

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.

help wanted

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jufei picture jufei  路  3Comments

julmot picture julmot  路  3Comments

flyinmryan picture flyinmryan  路  3Comments

danielson317 picture danielson317  路  3Comments

vahidhiv picture vahidhiv  路  5Comments