When I include a table column config such as the following: ``` json { "checkbox": true, "checkAll": true } ``` I expect the checkbox in the sort column to check/uncheck each row's checkbox. Currently, it doesn't.
When I include a table column config such as the following:
{ "checkbox": true, "checkAll": true }I expect the checkbox in the sort column to check/uncheck each row's checkbox.
Currently, it doesn't.