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
Copy file name to clipboardexpand all lines: backend/forms.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -762,7 +762,7 @@ Option | Description
762
762
`fieldName`| defines a custom field name to use in the POST data sent from the data table. Leave blank to use the default field alias.
763
763
`height`| the data table's height, in pixels. If set to `false`, the data table will stretch to fit the field container.
764
764
`keyFrom`| the data attribute to use for keying each record. This should usually be set to `id`. Only supports integer values.
765
-
`postbackHandlerName`| specifies the AJAX handler name in which the data table content will be sent with. When set to `null` (default), the handler name will be auto-detected from the request name used by the form which contains the data table. It is recommended to keep this as `null`.
765
+
`postbackHandlerName`| comma-separated list of AJAX handler names with which the data table content will be sent. When set to `null` (default), the handler name will be auto-detected from the request name used by the form which contains the data table. It is recommended to keep this as `null`.
766
766
`recordsPerPage`| the number of records to show per page. If set to `false`, the pagination will be disabled.
767
767
`searching` | allow records to be searched via a search box. Default: `false`.
768
768
`toolbar`| an array representing the toolbar configuration of the data table.
0 commit comments