generateDrizzleRuleProcessor()
generateDrizzleRuleProcessor(
table
:Table
<TableConfig
<Column
<any
,object
,object
>>> |Record
<string
,Column
<any
,object
,object
>>):RuleProcessor
Defined in: generateDrizzleRuleProcessor.ts:35
Given a Drizzle table config, returns a RuleProcessor for use by formatQuery.
It's probably unnecessary to call this function directly, but rather implicitly from the RuleGroupProcessor generated by generateDrizzleRuleGroupProcessor.
Parameters
Parameter | Type |
---|---|
table | Table <TableConfig <Column <any , object , object >>> | Record <string , Column <any , object , object >> |
Returns
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.