Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMeTablePager

Hierarchy

  • IMeTablePager

Index

Properties

Properties

total

total: number

Общее кол-во записей без учета пагинации Обычно так в Postgres: json_build_object( 'pager', json_build_object('total', count(*) over()) ) as table_props_field

Generated using TypeDoc