diff --git a/src/i18n/th_TH.ts b/src/i18n/th_TH.ts index 01e38082..e4022092 100644 --- a/src/i18n/th_TH.ts +++ b/src/i18n/th_TH.ts @@ -1,22 +1,22 @@ export default { - search: { + search: { placeholder: 'พิมพ์คีย์เวิร์ด...', - }, - sort: { - sortAsc: 'เรียงคอลัมน์จากน้อยไปมาก', - sortDesc: 'เรียงคอลัมน์จากมากไปน้อย', - }, - pagination: { - previous: 'ก่อนหน้า', - next: 'ถัดไป', - navigate: (page, pages) => `หน้า ${page} ของ ${pages}`, - page: (page) => `หน้า ${page}`, - showing: 'แสดง', - of: 'ของ', - to: 'ถึง', - results: 'ผลลัพธ์', - }, - loading: 'กำลังโหลด...', - noRecordsFound: 'ไม่พบข้อมูล', - error: 'เกิดข้อผิดพลาดขณะดึงข้อมูล', - }; \ No newline at end of file + }, + sort: { + sortAsc: 'เรียงคอลัมน์จากน้อยไปมาก', + sortDesc: 'เรียงคอลัมน์จากมากไปน้อย', + }, + pagination: { + previous: 'ก่อนหน้า', + next: 'ถัดไป', + navigate: (page, pages) => `หน้า ${page} ของ ${pages}`, + page: (page) => `หน้า ${page}`, + showing: 'แสดง', + of: 'ของ', + to: 'ถึง', + results: 'ผลลัพธ์', + }, + loading: 'กำลังโหลด...', + noRecordsFound: 'ไม่พบข้อมูล', + error: 'เกิดข้อผิดพลาดขณะดึงข้อมูล', +}; diff --git a/src/view/plugin/pagination.tsx b/src/view/plugin/pagination.tsx index c4bbd9c2..229d1c6f 100644 --- a/src/view/plugin/pagination.tsx +++ b/src/view/plugin/pagination.tsx @@ -88,7 +88,7 @@ export function Pagination() { // when a processor is updated for some reason if (resetPageOnUpdate && updatedProcessor !== processor.current) { setCurrentPage(0); - + if (processor.current.props.page !== 0) { processor.current.setProps({ page: 0,