META UI Components
    Preparing search index...

    Interface IMeTablePager

    interface IMeTablePager {
        total: number;
    }
    Index

    Properties

    Properties

    total: number

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