Skip to content

Add option for "smart" table #8

@spencergray96

Description

@spencergray96

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 added

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions