Roadmap for 0.1.0
Idea is two write two generic beans or "view models"
- a
TableViewModel
representing the configuration of a table view - and
TableDataModel
representing the data of a table
Into a single page ajax app for displaying table data according to table config, sortable (client side) via element-ui Table
component.
Plus an
- endpoint filtering the data of the table (with AND over columns) to a subset of that tables data
Edited by Malte Reißig