@club-employes/utopia 4.403.0 → 4.405.0

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.
@@ -444,6 +444,7 @@ export interface TableProps<T = Record<string, any>> {
444
444
  showPaginator?: boolean;
445
445
  rowsPerPageOptions?: number[];
446
446
  goToPageDropdownMaxPages?: number;
447
+ showFooter?: boolean;
447
448
  /**
448
449
  * Active la pagination côté serveur (lazy loading).
449
450
  * Quand `true`, les données passées en props doivent déjà être les données de la page actuelle.