pub fn DataTableOverlays(props: DataTableOverlaysProps) -> impl IntoViewExpand description
Loading, empty, and no-results overlay slots.
ยงRequired Props
- state:
DataTableTableState - empty_view:
Option<DataTableEmptyView> - no_results_view:
Option<DataTableNoResultsView> - loading_view:
Option<DataTableLoadingView>