LogicGrid
The component silk:DataGrid monitors value changes, which will be used to determine logic action. It must indicate which object or objects' event will trigger the scanning of the observed values.
It depends on the silk:LogicDimension to define the data provider elements to monitor.
Tag Definition
Used as a container:
Properties
*Required property.
id*
Unique component identifier. Default Value: Empty.
trigger*
Defines the component's event used to trigger the dimension's value scanning process.
The expected value follows the format: component:event. Example: trigger="personList:click"
.
This could contain a list of events for the components separated by commas.
Default Value: Empty.
Last updated