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