Row Height - Forum

Forum Navigation
You need to log in to create posts and topics.

Row Height

I have created a table with neotable. I would like to reduce the height of the body rows.

Into style property I have tried but without success

tr{
line-height:20px;
height:20px;
}

I would like also my header stay fixed when I scroll the rows.

I would like to reduce the height of the body rows.

@phil78 try this:

td{
  padding:0px 5px!important;
}

Regards.

Thank you Luis exactly what I want. And for the question 2 about fix header?

Thank you Luis exactly what I want. And for the question 2 about fix header?

@phil78 although it's quite possible to achieve it using JavaScript, neoTable does not have any included functionality like that.

Sorry!

Thank you Luis , I will open a new post to ask to thr community.