- Domino UI
- Data table
- Top panel
Top Top panel Docs
Top panel
An abstract class that provides a plugin mechanism for adding a top panel element to a DataTable.
T
The type of data in the DataTable.
Examples
Top panel A simple panel that listens to datatable events and update its content accordingly.
Public methods
public void onBeforeAddTable(DataTable<T> dataTable)
Check super implementation documentation.
This method is called before adding the DataTable to the DOM. It appends the top panel element, if not null, to the DataTable's element.
dataTable
The DataTable to which this top panel belongs.