You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|renderSize |`small` |Size of AntDesign components - `small` or `large`
273
275
|renderField |`(props) => <FieldSelect {...props} />` |Render fields list +
274
-
Available widgets: `FieldSelect`, `FieldDropdown`, `FieldCascader`, `VanillaFieldSelect` (from `Widgets`)
276
+
Available widgets: `FieldSelect`, `FieldDropdown`, `FieldCascader`, `VanillaFieldSelect` (see `AntdWidgets` and `Widgets` above)
275
277
|renderOperator |`(props) => <FieldSelect {...props} />` |Render operators list +
276
278
Available widgets: `FieldSelect`, `FieldDropdown`, `VanillaFieldSelect`
277
279
|renderFunc |`(props) => <FieldSelect {...props} />` |Render functions list +
278
280
Available widgets: `FieldSelect`, `FieldDropdown`, `VanillaFieldSelect`
281
+
|renderConjs, renderButton, renderButtonGroup, renderProvider, renderValueSources, renderConfirm | |Other internal render functions you can override if using another UI framework (https://github.com/ukrbublik/react-awesome-query-builder/blob/master/modules/config/antd.js#L47[example])
279
282
|showLabels |false |Show labels above all fields?
280
283
|hideConjForOne |true |Don't show conjunctions switcher for only 1 rule?
281
284
|maxLabelsLength |100 |To shorten long labels of fields/values (by length, i.e. number of chars)
282
285
|dropdownPlacement |`bottomLeft` |Placement of antdesign's https://ant.design/components/dropdown/[dropdown] pop-up menu
283
-
|renderConjsAsRadios |false |How to render conjunctions switcher? true - use `RadioGroup`, false - use `ButtonGroup`
284
286
|customFieldSelectProps |`{}` |You can pass props to `Select` field widget. Example: `{showSearch: true}`
285
287
|groupActionsPosition |`topRight` |You can change the position of the group actions to the following: +
0 commit comments