efficient-indigoE
Refine3y ago
27 replies
efficient-indigo

DataGridPro paginationMode: server

Hello, I'm currently using DataGridPro with
paginationMode
set to
"server"
, in conjunction with the
useMany
hook and a REST API. My question revolves around sending the correct
rowCount
from my endpoint. I've noticed that when I send rows from my backend, they are assigned to the
rows
property in the
dataGridProps
. Could you please guide me on how I should appropriately set and send the
rowCount
from my backend to ensure it is correctly interpreted by DataGridPro? Thank you in advance for your help.
Was this page helpful?