Skip to content

Commit 5331c90

Browse files
committed
update: change composable name
1 parent 90d500b commit 5331c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/composables/useLazyDataTable.ts renamed to resources/js/composables/usePaginatedDataTable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { DataTableFilterMetaData, DataTableFilterEvent, DataTableSortEvent } fro
44
import { PrimeVueDataFilters, InertiaRouterFetchCallbacks } from '@/types';
55
import { usePaginatedData } from './usePaginatedData';
66

7-
export function useLazyDataTable(
7+
export function usePaginatedDataTable(
88
propDataToFetch: string | string[],
99
initialFilters: PrimeVueDataFilters = {},
1010
initialRows: number = 20

0 commit comments

Comments
 (0)