@archbase/components 3.0.3 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -223,6 +223,8 @@ export interface ArchbaseDataGridProps<T extends object = any, ID = any> {
223
223
  bottomToolbarMinHeight?: string | number;
224
224
  paginationLabels?: Record<string, string>;
225
225
  showProgressBars?: boolean;
226
+ /** Oculta o footer interno do MUI DataGrid. Default: true (footer é gerenciado externamente) */
227
+ hideFooter?: boolean;
226
228
  onSelectedRowsChanged?: (rows: T[]) => void;
227
229
  onCellDoubleClick?: (params: {
228
230
  id: any;