hi,
All is in title (checkbox)
i tried
#:{view:selector12} selector appears only in <th>
{view:selector12} nothing
regards
chris
All is in title (checkbox)
i tried
#:{view:selector12} selector appears only in <th>
{view:selector12} nothing
regards
chris
Hi Chris,
You will need to have 2 "selector" views, one of them will have the "select all" enabled, you can call it "select_all".
Then, in your "columns list", use this:
and in columns view:
where "select" is the name of the other "selector" view which does NOT have the "select all" enabled, but this one must have the "value" set correctly, please check the demo projects.
Best regards,
Max
You will need to have 2 "selector" views, one of them will have the "select all" enabled, you can call it "select_all".
Then, in your "columns list", use this:
selector:{view:select_all}
and in columns view:
selector:{view:select}
where "select" is the name of the other "selector" view which does NOT have the "select all" enabled, but this one must have the "value" set correctly, please check the demo projects.
Best regards,
Max
This topic is locked and no more replies can be posted.