StiTableElementPagingHelper Class

Namespace: Stimulsoft.Report.Dashboard.Helpers

Methods

Method Returns Description
getNumberOfPages static number Calculates the number of pages given is to be split into if using specified number of . This includes the last page, maybe containing less than rows.

Method Details

getNumberOfPages static

getNumberOfPages(numberOfRows: number, rowsPerPage: number): number

Calculates the number of pages given is to be split into if using specified number of . This includes the last page, maybe containing less than rows.

Parameters

  • numberOfRows (number)
  • rowsPerPage (number)

Returns number