How to get the datatables full row count

How to get the datatables full row count

Naresh155Naresh155 Posts: 2Questions: 0Answers: 0
edited February 2016 in Free community support

Hai,

Here i tried so many way get the DataTable full row count, but i can't able to get the full row count. So can u please advice me to the row count....

Replies

  • jr42.gordonjr42.gordon Posts: 305Questions: 2Answers: 49

    I am assuming you mean total row count, regardless of filter.

    If so, using the variable attached to your DataTable, use following

    dt.rows().count()
    
  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    Or page.info() will give you that information.

    Allan

This discussion has been closed.