Display
A popular configuration option for components like tables is to be able to make a group of fields visible or hidden without having to actually remove them from the data.
Hide
In the example below, the UserId
field will not be visible in the table using the hide
configuration option.
Select
The same results can be achieved by listing the fields to be displayed instead using the select
configuration option. Depending on how many fields there are in the data and how many need to be hidden or displayed, one or the other option would work best.
The select
configuration option can also be set up as a comma delimited string of fields consistent with how columns are selected from data tables or table queries.
Spinner
By default components will display a spinner when refreshing its UI. To turn this off, use the spinner configuration option. See Spinners for details.
Last updated