Table with only header row

Tags: #<Tag:0x00007f8b2b0e2dc0>

Can i start a table with only the header row, without any additional blank row? even if I set minRows to 0, i can see a blank row in the table.

Hey @prasanth.sivakumar

do you mean this https://jsfiddle.net/handsoncode/1rp7n0db/?

Aleksandra,

Not exactly… I want something like what i marked in the attached screenshots.

You can use hiddenRows settings to hide the row https://jsfiddle.net/handsoncode/8uvL5q0a/ but currently it also hides the bottom border. Unless you add some extra styling like here https://jsfiddle.net/handsoncode/a02wL1to/