/ Grid / ForeignKey
Search results

ForeignKey API in React Grid API component

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