-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureSomething completely new being addedSomething completely new being added
Description
Currently sorting is the only feature the table offers to handle on its own, while the displayed data & pagination props are controlled by the specific implementation with callbacks (with the intended function of allowing an api call on each pagination change).
The table should have an option / second component for where the FrameOneTable component will completely handle the pagination when supplied a data set (for example, just give the table 1000 rows of data on load and it will know what to do.
Low urgency as we generally don't operate our tables this way, but it shouldn't be a difficult change
Metadata
Metadata
Assignees
Labels
featureSomething completely new being addedSomething completely new being added