I have try this script to make multi select, its work if not editable table but wont if table is editable. In editable its force to not multiselect or crash with another script, can you tell me what is script force not multiselect in editable state? because I will make customize the modal form input using filter
$('#table_1 tbody').on( 'click', 'tr', function () { $(this).toggleClass('selected'); } );
can wpdatatable using multi row editing like in editor in datatables.net like this?
HI atapx,
Thank you for your purchase.
Unfortunately that is not possible with built in features of plugin. It requires some customization solution.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
I have try this script to make multi select, its work if not editable table but wont if table is editable. In editable its force to not multiselect or crash with another script, can you tell me what is script force not multiselect in editable state? because I will make customize the modal form input using filter
Hi atapx,
We are using clickEvent which you can find in file
wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.js
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables