Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 621 Bytes

ui.md

File metadata and controls

13 lines (10 loc) · 621 Bytes

Tableus UI

A Tableus UI is a package that provides components to Tableus, which are then used to render the table. Tableus UI are encapsulated from the rest of the tableus logic, which allows to easily replace an existing UI with another.

A valid Tableus UI has to provide an object of type TableUI (source), hence it must contain all of the necessary table components and optionally it can provide filter and pagination component.

For an example you can check out the bootstrap 5 UI.