You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" />
The text was updated successfully, but these errors were encountered:
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" />
The text was updated successfully, but these errors were encountered: