You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pagination): updating lastPage variable correctly for table layout (#1151)
fix(pagination): updating lastPage variable to currPage+4 when layout is table for firstpage var fix
The page number was not showing correctly on firsrt few clicks because lastPage variable was not
updating on first few clicks when layout is table due to incorrect addition. Was working correctly
when layout is pagination.
fix#1150
0 commit comments