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

DataTable reorder doesn't show when the rowReorder prop is passed as row-reorder #1623

Closed
tig-mmp opened this issue Oct 1, 2021 · 1 comment

Comments

@tig-mmp
Copy link

tig-mmp commented Oct 1, 2021

I'm using ESLint to format the code and the rule attribute-hyphenation sets the rowReorder prop to row-reorder.
The problem is that the reorder of the dataTable when the proposal passed as reorder row by column doesn't have the reorder icon.

This can be replicated in codesandbox by changing the prop to row-reorder.

from
<Column :rowReorder="true" headerStyle="width: 3rem" :reorderableColumn="false" />
to
<Column :row-reorder="true" headerStyle="width: 3rem" :reorderableColumn="false" />

@tugcekucukoglu
Copy link
Member

Fixed for the next version. Please check #1263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants