Configuration of the Table and its Columns
04 November 2024
Table configuration:
- Use the gridConfig decorator
- Specify a preset in the preset property of the gridConfig decorator. Preset property similar to SkinID of ASPX property
Table columns:
- Use the columnConfig decorator
Define action in the view class for the table
Configure state and appearance in the actionsConfig property of gridConfig
Add the More button to the table toolbar
To define the list dynamically use PXAction.SetMenu in the graph constructor or in the overridden Initialize method of the graph extension.