Row Reorder - Send additional data
Row Reorder - Send additional data
KratoInfinety
Posts: 1Questions: 1Answers: 0
Hello, I'm working on a table that requires reordering. And the extensions is working ok. But how can I send additional data when reorder event is called.
I need it because I have my position column based on another column. So I need to send also this column For example:
column_id\ | group_id\ | position\ |
---|---|---|
1 | 4 | 1 |
2 | 4 | 2 |
3 | 4 | 3 |
4 | 2 | 1 |
5 | 2 | 2 |
In that example I need to send the group_id column also.
How can I do it? Thanks!
This discussion has been closed.