Tabulator: How to hide the header row from tabulator

Created on 15 May 2018  路  3Comments  路  Source: olifolkerd/tabulator

Hi Oli,

I'm working on a selectable users from table A to table B, it should look like this:

image

I figured i could use tabulator with two tables and the drag & drop feature, it also makes the loading of the data very simple.

What I want to replicate is to not have a header with the descriptions. is there a way to achieve this with some custom configuration?.

Thanks in advance. Your tabulator has really come in handy.

Question - Ask On Stack Overflow

Most helpful comment

Just confirming that seems to work.

.tabulator-header {
    height: 0;
}


All 3 comments

Hey @cemmons

Tabulator is not designed to work without the column headers, but you could try using CSS to set the height of the .tabulator-header class to 0.

I hope that helps.

Cheers

Oli :)

Just confirming that seems to work.

.tabulator-header {
    height: 0;
}


Thanks. It works.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sphynx79 picture sphynx79  路  3Comments

tomheaps picture tomheaps  路  3Comments

KES777 picture KES777  路  3Comments

yaxino picture yaxino  路  3Comments

KES777 picture KES777  路  3Comments