switching list view / gallery view

switching list view / gallery view

mrkiyakmrkiyak Posts: 3Questions: 2Answers: 0

Hi,
I try to use DataTables as a list view and gallery view in my project.
I want user to switch table view and
I created 2 tbody which one has a classic datatable, another one has a gallery view

I integrated gallery view into one table like that

classic datatable view my special gallery view loads data here. it has 3 column(td) and loads data serverside in an iterate. it works and looks fine

My question is that I want to use paging, ordering, and searching properties both tbody as the same time.
For example
a user open the page and click page2 at the footer paging and lists data.
when the user want to change the view to galleryView it should be load the same page as gridview which is page2(paging).

Answers

  • mrkiyakmrkiyak Posts: 3Questions: 2Answers: 0

    oh sorry, ı was copied the html code and doesnt display

This discussion has been closed.