Moving selected row

Tags: #<Tag:0x00007f8b1da9cd10>

Greetings,

I have enable “manualRowMove” which enable the entire row to move up and down. I would like to know how do I not allow the first row and the bottom two rows to move meaning that no matter whatever rows we move the first row and the bottom two rows should be at the same place

Here is the fiddle link

Regards,
Harvindran

Hi @harvindran.chandrase

I come up with a workaround using beforeRowMove and beforeOnCellMouseDown hooks to achieve what you needed. Let me know if that solution satisfies you.

https://jsfiddle.net/aszymanski/w3g8qjhs/