A DTO to define Tabular data
A data transfer object that defines the columns used in tabular data
These are a set of classes used to aid the rapid development of pages/views that display tabular data.
Initially they are meant to aid in the building of admin pages, however some aspects will also be able to be used catalog side as well.
The structure of view builder classes and the data formats they use allow for much easier integration with plugins that need to add extra columns or actions in admin pages.
A data transfer object that defines the columns used in tabular data
Filtering data based on the request
Formatting tabular data for output
Querying models to provide tabular data
Allows for formatting methods to be applied to table columns
Displaying table data and infoboxes for admin