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.
do you mean this https://jsfiddle.net/handsoncode/1rp7n0db/?
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/