Skip to content

TV / Toolbar / Add Button Open Modal

Adds a button to every row for opening the Detail View in modal window

1
2
3
4
5
$j(document).ready(function() {
            AppGiniHelper.TV
                .autoFitRowHeader() // optional for better layout of first column
                .addButtonOpenModal();
        }

see also: addButtonOpen