Commit d6fa3a1d authored by Sven Franck's avatar Sven Franck

added select_all option to listbox config

parent fbe8940c
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
{"filter_info": true, "element": {"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"filter"}}, "children":[]} {"filter_info": true, "element": {"type": "div", "direct": {"className":"info"}, "attributes": {"data-info":"filter"}}, "children":[]}
], ],
"table": { "table": {
"select_all": true,
"checkbox_rows": true, "checkbox_rows": true,
"sorting_columns": true, "sorting_columns": true,
"editable_rows": true, "editable_rows": true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment