How to show selector case in a list

How to display selector checkboxes in a list view.

Overview

The issue occurs when using a single selector view incorrectly, preventing checkboxes from appearing in list rows.
Create two separate selector views: one with 'select all' enabled for the header and another without it for individual rows, then reference each appropriately in the columns list and view settings.

Answered
Connectivity v6
we webcrea 22 Mar, 2017
hi,
All is in title (checkbox)

i tried
#:{view:selector12} selector appears only in <th>
{view:selector12} nothing

regards
chris
Max_admin Max_admin 22 Mar, 2017
Answer
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:

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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.