Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table #515

Open
mkernohanbc opened this issue Jan 15, 2025 · 0 comments
Open

Table #515

mkernohanbc opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mkernohanbc
Copy link
Contributor

The table component displays data in rows and columns, and enables the user to navigate, sort and filter that data.

A table can have various levels of interactivity, ranging from largely static data display (eg. on a webpage) to highly customisable (eg. within a web app like CMS Lite.)

RAC includes a Table component which should form the functional basis of our implementation. We should consider RAC Table's full featureset in our design specification. It includes support for:

  • Row/column selection (single/multiple) via checkbox
  • Row/column sorting via drag-and-drop
  • Ascending/descending column sorting
  • Column resizing
  • Linking rows
  • Empty/disabled states

We should also investigate the feasibility of enabling the end user to add data to a table (eg. modifying a cell value, adding a new row, etc.)

@mkernohanbc mkernohanbc added the enhancement New feature or request label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants