To allow you more flexibility, we have added an option to set a notification position. There are 4 positions available: top right and top left, bottom right and bottom left. The notification position can be configured for the Show Notification action type.
We have implemented app triggers to allow you to set certain actions on application load. App triggers are executed globally on app load and can be used to load app configurations or to check user authorization.
By default, you can sort any column of your table by clicking on its header. However, if you donβt require the sorting, you can turn it off using the Enable sorting checkbox. Additionally, you can configure the sorting programmatically with the methods setSort() and setSortable().
The list of tableβs events has been expanded with an on row click event. You can now assign certain actions when a user clicks a row and refer to it using a variable {{ui.table.clickedRow.data}}.