Pagination for hierarchical based tree structured nested table

Pagination for hierarchical based tree structured nested table

KarthicmeiyappanKarthicmeiyappan Posts: 2Questions: 1Answers: 0

I have table structure nested table in hierarchical tree based format with expand and collapse. I want to implement pagination, sorting, search filter and show entries dropdown beahaviors as same as datatable for this nested hierarchial table using jquery

Answers

  • allanallan Posts: 63,812Questions: 1Answers: 10,516 Site admin

    Sorry, a tree view is not something that DataTables supports at this time.

    Allan

  • KarthicmeiyappanKarthicmeiyappan Posts: 2Questions: 1Answers: 0

    How to handle pagination and searching filter for this case of table

  • allanallan Posts: 63,812Questions: 1Answers: 10,516 Site admin

    Sorry if I wasn't clear. Let me state it simply: DataTables does not support tree view. There is one level of nesting possible with child rows, but at the moment that is it.

    Allan

Sign In or Register to comment.