Table Layout and Display State Saving
The Table will only wrap this content when total table width exceeds the section width. If the Table width still exceeds the section width after applying word-wrap, the relevant Section will display a horizontal scrollbar.
You can set a width attribute in pixels to control the width of a Table and individual Table columns. You can also control the width of a Table with the size attribute of the Layout Section or Column containing the table.
- Global search values.
- Column search values.
- Column sorting.
- Pagination—page size, current page.
If a user closes the browser window or if they log in as a different user within the same browser window, the state for all tables is wiped—This state is only considered as temporary, retained while users are working within a given browser window or Xpress Insight session.
During view development, if you are changing the configuration of tables you may wish to disable table state saving temporarily. You may also wish to disable it permanently for particular tables in a view—To do this, add the save-state="false" attribute to the <vdl-table> element.