แก้ไข pdf
This commit is contained in:
parent
dc5ea784a3
commit
17782c32b8
4 changed files with 41 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue