revogrid icon indicating copy to clipboard operation
revogrid copied to clipboard

Columns drag and drop

Open revolist opened this issue 3 years ago • 7 comments

revolist avatar Oct 16 '20 17:10 revolist

Hey! Where is this relatively to the roadmap?

Tadeu17 avatar Feb 07 '21 03:02 Tadeu17

Hello,

Relatively it should be after:

  • and advanced column grouping
  • tree data view

revolist avatar Feb 08 '21 13:02 revolist

Does this mean that you can re-order columns with drag and drop?

stuta avatar Apr 19 '21 13:04 stuta

Yes, this is per plan

revolist avatar Apr 19 '21 14:04 revolist

Will it be something like this? https://codesandbox.io/s/j8o94

albcunha avatar Aug 26 '21 14:08 albcunha

Is this still on the roadmap?

jlippold avatar Oct 29 '21 15:10 jlippold

any changes?

chrisoprea avatar May 18 '22 12:05 chrisoprea

Any updates on this?

mattiaslvv avatar Mar 01 '23 10:03 mattiaslvv

Has anyone managed to create a working version of draggable columns themselves for RevoGrid?

anthonyboutinov avatar Apr 28 '23 13:04 anthonyboutinov

Hey everyone it's done just not documented yet

m2a2x avatar Apr 28 '23 17:04 m2a2x

https://github.com/revolist/revogrid/blob/master/src/components/revo-grid/readme.md check for canMoveColumns

m2a2x avatar Apr 28 '23 17:04 m2a2x

I used canMoveColumns then use getColumns() in columnDragEnd event, but columns didn't change. How do I get the columns after the change of order?

hobbitwu avatar Jun 28 '23 11:06 hobbitwu