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
actual:
user shows as "Admin" still
note that if you click on the user the details page shows Standard User
B) page load is very slow. I suspect it's loading the entire table instead of using pagination. Add pagination and make sure it's being added in a way that other tables can use.
C) needs to remember table settings like:
sort order
number of results per page
these should be cached in the session
The text was updated successfully, but these errors were encountered:
A) Changes don't update properly:
Expected:
user should show as "Standard User"
actual:
user shows as "Admin" still
note that if you click on the user the details page shows Standard User
B) page load is very slow. I suspect it's loading the entire table instead of using pagination. Add pagination and make sure it's being added in a way that other tables can use.
C) needs to remember table settings like:
sort order
number of results per page
these should be cached in the session
The text was updated successfully, but these errors were encountered: