How can separate data and show dynamically?

How can separate data and show dynamically?

mintlattemintlatte Posts: 1Questions: 1Answers: 0

Hello.

I have problem on showing many data in datatable.

There are too many data to show in datatable.(There is column including image)

So, when I search data and show, there is delay and even image unloading in Internet Explorer.

To solving that, I think data had to be separated.

  1. get number of whole data
  2. set datatable page number about number of data.
  3. when user click the pagination button, show data about that page.

ex) If paging entries is set 5 and I click '3' page, just show 11st ~ 15th data in datatable. (not getting data except '3' page)

My main question //

  1. Can I set data number before set real data to datatable.
    (If I set number 20, page is separated 1 2 3 5 when paging entries is 5)

  2. Is there on click function API about pagination button click?

  3. Can I show just that page data keeping paging number?

I'm not good at English. Please understand rambling post.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.