tabulator
tabulator copied to clipboard
How to modify rowHeight?
var table = new Tabulator("#example-table", { rowHeight:40, //set rows to 40px height });
Can rowHeight be modified?
table.rowHeight = 80