Revolist OU

Results 31 comments of Revolist OU

@Magenta94 could you be so kind and record a video or something where we can check your scenario and try to solve it?

Hello, Relatively it should be after: - and advanced column grouping - tree data view

Yes, this is per plan

hello @van-huyen trying to understand question but it is a bit confusing for me. based on error you just have no data in render datasource to read from. It that...

You can store row id inside of row model, you don't need to store row index, you can compare ids you have, you don't need html based ids, all should...

@lionsarmor @van-huyen is totally right. The whole grid concept is based on mutations. Use data-driven approach instead of methods. Use mutations and it will refresh things automatically.

@lionsarmor rowdragstart is the right event to subscribe. To make it work make sure you have drag icon, to make it visible don't forget to use ``` interface ColumnRegular {...

We are out of resources to work on documentation at this moment. It is much faster to check such things straight in component's code: `cellRenderer.tsx`

To drag multiple rows you will have to remember how many rows selected, at this point you need to check in your app when you select/deselect something. And when you...