ForeignKey
12 Sep 20251 minute to read
ForeignKey module is used to handle foreign key column’s actions.
Methods
generateQuery
Generates a query based on the current grid configuration.
| Parameter | Type | Description |
|---|---|---|
| skipPage (optional) | boolean |
If true, the query will exclude paging information. |
| skipGroup (optional) | boolean |
If true, the query will exclude grouping information. |
Returns Query