แก้ไข pdf

This commit is contained in:
Thanit Konmek 2023-07-03 17:21:04 +07:00
parent dc5ea784a3
commit 17782c32b8
4 changed files with 41 additions and 32 deletions

View file

@ -325,7 +325,7 @@ const selectData = (row: any) => {};
const refresh = () => {};
const paginationLabel = (start: string, end: string, total: string) => {
const paginationLabel = (start: number, end: number, total: number) => {
// if (props.paging == true)
// return " " + start + " " + end + " " + total + " ";
// else