Replies: 2 comments 1 reply
-
Not currently. I could add something like this: view.columns[0].setPosition(index) But I think it wouldn't be complete without drag and drop events + animations. IMO the easiest way will be to use a dependency like "svelte-dnd-actions" which is very small and don't need to rely on the I'm preparing an example to post on the documentation site. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is the example for column ordering: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to re-order columns? I cannot find anything in docs or example. Something like
table.createView
would either consider "index" as column order, or adding a property called "order"?Beta Was this translation helpful? Give feedback.
All reactions