-4

How to show pagination information and total records like "Showing 1 to 10 of 61 entries" ?

I am trying to show total records using length property of records data but it is not changing after filter and sort.

Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
ganesh kalje
  • 3,014
  • 2
  • 16
  • 12

1 Answers1

0

Showing {{((+dt.first+1))}} to {{+dt.first+ +dt.rows}} of {{dt?.length}} entries

Yogita
  • 1