Data table with Hierarchical data(Parent and Child rows) with Lazy loading
Data table with Hierarchical data(Parent and Child rows) with Lazy loading
Hi,
Can you show me an example where the data table must have hierarchical data i.e Parent and child rows relationship with lazy loading? On expanding parent row only child rows must be fetched from the server. I also wanted to have server side pagination for this data table in order to not to load all the table information at once. It would be good if it supports multi column support as well.
We are looking for a data table widget for an upcoming product. This info would help me to decide further.
Thank you.
regards,
Srinath R
Answers
To do this you would need to preprocess the data, removing the child rows and storing them in a cache to then readd them when required. There is no built in option in DataTables to do that, but it is quite possible to do.
Allan