We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
design/functional implementation from "Design Better Data Tables"
functionalities:
Fixed Header
false
Horizontal Scroll
Row Style
Display Density
density
Pagination
Expandable Rows
onClick
Sortable Columns
Searchable Columns
Customizable Columns
The text was updated successfully, but these errors were encountered:
hetmann
No branches or pull requests
design/functional implementation from "Design Better Data Tables"
functionalities:
Fixed Header
- using fixed={true}, default isfalse
Horizontal Scroll
- first column is set as fixedRow Style
- using rowStyle from predefined list ["Zebra Stripes", "Line Divisions", "Free Form"], default=lineDisplay Density
- using propsdensity
from predefined list ["large", "normal", "compact"], default=normalPagination
- with perPage selectableExpandable Rows
- each row to have a methodonClick
Sortable Columns
- each column to have a prop sortable={true}Searchable Columns
- each column to have a prop search={true}Customizable Columns
- each column to have a prop hide={true} to hide a specific columnThe text was updated successfully, but these errors were encountered: