Skip to content

Commit abe8fc5

Browse files
authored
Document postbackHandlerName list values support
Documents wintercms/winter@37d0c36
1 parent 28b131d commit abe8fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ Option | Description
762762
`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.
763763
`height` | the data table's height, in pixels. If set to `false`, the data table will stretch to fit the field container.
764764
`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`.
766766
`recordsPerPage` | the number of records to show per page. If set to `false`, the pagination will be disabled.
767767
`searching` | allow records to be searched via a search box. Default: `false`.
768768
`toolbar` | an array representing the toolbar configuration of the data table.

0 commit comments

Comments
 (0)