OptionalafterThe primary key of the record that was deleted
OptionalafterFunction to execute after a record is inserted. This can be used to perform custom actions after insertion
The primary key of the record that was inserted
The values of the record that was inserted
OptionalafterFunction to execute after a record is updated. This can be used to perform custom actions after update
The values of the record that was updated
OptionalallowOptionalallowedOptionalallowedOptionalallowedOptionalallowedOptionalallowedOptionalallowedOptionalallowOptionalallowOptionalcalculatedOptionalcolumnsOptionalcustomCustom fetcher function to retrieve data. The function should return records and total count
The input parameters for fetching data (page, search, etc.)
An object containing records and total
OptionalcustomOptionalcustomOptionaldataOptionaldefaultColumn name to sort by default
OptionaldefaultDefault sort direction
OptionalfetchOptionalknexOptionallinkedOptionalnestedOptionalpageOptionalprimaryOptionalrelationshipsOptionaltableSet up using no-code
OptionaltransformFunction to modify the record before inserting it.
The values of the record to be inserted
The modified record to be inserted
OptionaltransformFunction to modify the record before updating it.
The primary key of the record to be updated
The values of the record to be updated
The modified record to be updated
OptionalvalidateFunction to execute before deleting a record. This can be used to perform custom actions before deletion
The primary key of the record to be deleted
A boolean indicating whether the record can be deleted
OptionalvalidateFunction to check if a record can be inserted. This can be used to perform custom validations before insertion
The values of the record to be inserted
A boolean indicating whether the record can be inserted
OptionalvalidateFunction to modify the record before updating it.
The primary key of the record to be updated
The values of the record to be updated
A boolean indicating whether the record can be updated
OptionalviewsViews for pre-defined filters or SQL WHERE clauses
Function to execute after a record is deleted. This can be used to perform custom actions after deletion