Hi,
I useĀ $grid[“multiselect”] = true;
It’s possible persist row selection following pagination?
Thank you,
Adrian
1 Answers
Yes. This is doable.
Please refer demos/misc/persist-settings.php for demo.
Thank you for response!
But I want to select all the items on all pages by clicking checkbox from header. It’s possible? Now, when I clicking checkbox from header only records from that page are selected.
For example, suppose that I have 3 thousands records, I filtered 300 and I have 20 records on page. I want to select all by one click.
Thank’s
Adrian
This is currently possible if you have all records on single page.
Otherwise it is not doable now.
Your Answer