- The list view switcher lets the user switch between different views of the same data. + The list view switcher module displays toolbar options that enable users to switch between different views of the same data.
Use the list view switcher when the user needs to switch between different views of the same data.
+Use list view switchers when users need to switch between different views of the same data. For example, users may want a sortable grid of events and a calendar view of those same events.
- Don't use the list view switcher when there is only one view of the data.
+Don't use list view switchers when only one view of data is available.
- You must specify which views are available for the user to switch between.
+You must specify the views that are available to users.
You must specify the default view to show when the page loads.
+You must specify the default view to display when the page loads. You specify this default on the list component, not on the list view switcher.
When the user switches views, the view changes and filters remain applied.
+When users switch views, the view changes while filters and sorting remain applied.
On small viewports the view switcher collapses to a dropdown to conserve space.
+On small viewports, the view switcher collapses to a dropdown to conserve space.
@@ -90,7 +90,7 @@
- The