Compact table rows

Fold or unfold table rows

Table_1.setCompactDisplayEnabled(TableAxis.Rows,true);  //just set true to false to unfold rows
Code language: JavaScript (javascript)
Scroll to Top