@@ -227,6 +227,7 @@ export const useBsTable = (options, tableRef) => {
}
const fetchTableData = async (searchParams) => {
+ setPageNum(1);
await getTableData(searchParams);