Searched refs:useTableSelection (Results 1 – 2 of 2) sorted by relevance
117 import { useTableSelection } from '@/components/Composables/useTableSelection';135 } = useTableSelection();
8 export function useTableSelection(currentPage = ref(1)) { function