Column selection - 8.x

Overview

This example was motivated from this question: 89217577 The use case is to have a single table to maintain and present only some of the data from the table on different pages so that it represents a view more appropriate for the users of that page or for the context for the page.

Steps

Live examples

Select View Source from the ... menu to view the source for each example page.

Selection

The selection is made by setting the Column types parameter to hide (H) the columns not needed for this specific page. For the Monthly temperatures example, we hide the second and third columns. 

Column types: S,H,H,F

Advanced example

Dynamic column selection