when moving to page 3 for example and filter data ( using server pagination ) I reset the page number to 1 , and it showing data for page 1 but the highlighted color is point to page 3 ,
so , I have adding :key="currentPage" to reset the table when filter data to reset the highlighted color index to current position.