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

Add column reordering and resizing to react-table #74

Open
jensren opened this issue Feb 18, 2022 · 0 comments · Fixed by #75
Open

Add column reordering and resizing to react-table #74

jensren opened this issue Feb 18, 2022 · 0 comments · Fixed by #75
Assignees
Labels
feat New feature or request

Comments

@jensren
Copy link
Collaborator

jensren commented Feb 18, 2022

What: add column reordering and column resizing to react-table

How:

  • Ideally, column reordering should be done through drag and drop. But if that's too hard, it's also ok to implement left/right buttons (where clicking left sends the column one space to the left)
  • Make the table a fixed width, and by default the columns expand/contract to fill the width
  • Make the table have a maximum height. If the table is too long, it will have a scroll bar
  • Resizing should be similar to excel. The user can drag the edge of the column to make the column bigger/smaller relative to other columns. However, the table width will always be the same
@jensren jensren added the feat New feature or request label Feb 18, 2022
@Nechir-89 Nechir-89 linked a pull request Mar 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants