Replies: 2 comments 1 reply
-
Row Detail was not created to work with Pagination, it is not at all supported and you will eventually have problem with it, for example this SlickGrid issue. |
Beta Was this translation helpful? Give feedback.
-
I see. Well, I need to implement a grid with tree view and pagination, like this one (Syncfusion for Angular). So I started with the SlickGrid Tree Data, created all the structure, and it was working great. But when I added pagination, I saw the message in console saying they are not compatible. That was a shame. So now I moved the rowDetailView with pagination and it's working fine (I know counter and total are wrong, but I can hide them).
But I need to do something similar on collapsing. Is there any events or callbacks that I can use on Detail View expand and collapse? |
Beta Was this translation helpful? Give feedback.
-
Hi again,
I have a paginated grid with 10 items in total.
I added a
rowDetailView
withpanelRows = 5
but when expanding the row details, the total row count shows 14 which is very strange and sounds like a bug.How can I make that value unaffected?
I tired with this fix which is working right now, but I don't know if that is the right thing to do.
I added pagination to the example 19 and shows a similar issue, total items are 1000, but after clicking on details it shows 1007.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions