How to modify the way of counting number of entries?

How to modify the way of counting number of entries?

ipmincubusipmincubus Posts: 2Questions: 0Answers: 0
edited February 2013 in General
I am trying to count two rows as one entry, but for the "showing .. from..to.." is counting every rows as entries. I tried to modify _END_ , maybe I can not modify it....Anyone has the same situation with me?

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    You could use fnInfoCallback - but I would warn you that DataTables treats all rows entirely independently. There is currently no way to group them. For example, one of the rows could be filtered out, while another one not. Or they could be separated by sorting.

    Allan
  • ipmincubusipmincubus Posts: 2Questions: 0Answers: 0
    Thank you for your respond Allan. That works!
This discussion has been closed.