brilliant-orangeB
Refine2y ago
3 replies
brilliant-orange

How do I get the total count?

const { dataGridProps, search, filters } = useDataGrid<BaseRecord, HttpError, IShipmentFilterVariables>({
    pagination: {
      mode: 'server',
    },    
    initialPageSize: 10,
    onSearch: (params) => {
      const filters: CrudFilters = []
      const { q, type, search_term } = params

` data : [{id: 0, subscription_id: "S-20240613-0000018", member_id: "dong25", member_name: "윤동25",…},…] page : 1 total : 6
`
Was this page helpful?