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
The last tab position on a view is not preserved in session
The header toggle is at the Settings level not the tab level so if one closes a header in Status, it closes in Config as well
nItems is assigned at the ViewContext level (as is Pager). This means that if Status has nItems=100 and Config has nItems = 12, the Config table will paginate to record 100 (it should only go to 12) -- upshot nItems needs to be per tab.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: