You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'MUI X: The `checkboxSelectionVisibleOnly` prop has no effect when the pagination is not enabled.')||
20
25
undefined,
26
+
(props)=>
27
+
(props.signature!==GridSignature.DataGrid&&
28
+
props.paginationMode==='client'&&
29
+
props.rowsLoadingMode!=='server'&&
30
+
isNumber(props.rowCount)&&
31
+
'MUI X: Usage of the `rowCount` prop with client side pagination (`paginationMode="client"`) has no effect. `rowCount` is only meant to be used with `paginationMode="server"`.')||
'MUI X: Usage of the `rowCount` prop with client side pagination (`paginationMode="client"`) has no effect. `rowCount` is only meant to be used with `paginationMode="server"`.',
'MUI X: Usage of the `rowCount` prop with client side pagination (`paginationMode="client"`) has no effect. `rowCount` is only meant to be used with `paginationMode="server"`.')||
'MUI X: Usage of the `rowCount` prop with client side pagination (`paginationMode="client"`) has no effect. `rowCount` is only meant to be used with `paginationMode="server"`.',
0 commit comments