Hi,
I am new to this, I was wondering if anyone can tell me if there is an option on Pivot to make the rows multiselect.
Thanks
Hi,
I am new to this, I was wondering if anyone can tell me if there is an option on Pivot to make the rows multiselect.
Thanks
Hi,
It’s possible to set the selection pattern through the datatable
config:
view:"pivot",
datatable:{
select:"multiselect"
},
Also, please check the article about the datatable selection.