Skip to content

Table - UX design features #3

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

Open
9 tasks
hetmann opened this issue May 18, 2017 · 0 comments
Open
9 tasks

Table - UX design features #3

hetmann opened this issue May 18, 2017 · 0 comments
Assignees

Comments

@hetmann
Copy link
Contributor

hetmann commented May 18, 2017

  • design/functional implementation from "Design Better Data Tables"

  • functionalities:

    • Fixed Header- using fixed={true}, default is false
    • Horizontal Scroll - first column is set as fixed
    • Row Style - using rowStyle from predefined list ["Zebra Stripes", "Line Divisions", "Free Form"], default=line
    • Display Density - using props density from predefined list ["large", "normal", "compact"], default=normal
    • Pagination - with perPage selectable
    • Expandable Rows - each row to have a method onClick
    • 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 column
@hetmann hetmann self-assigned this May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant