Skip to content

Toolbar

Add links or buttons to the first column of every row.

Note

After adding custom buttons to the first column of Table View, the column layout might break. You can auto-size first column by the following command

1
2
3
jQuery(document).ready(function() {
    AppGiniHelper.tv.autoFitRowHeader();
});

See here