Author Topic: pqSelect with multiple selection option without the Select all checkbox  (Read 1627 times)

vijay@spinetechnologies

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 85
    • View Profile


Hi,

Is it possible to hide the select all checkbox from the pqSelect multi-select with checkboxes?

If yes, please provide me with an example.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: pqSelect with multiple selection option without the Select all checkbox
« Reply #1 on: September 28, 2022, 03:01:18 pm »
select all checkbox can be hidden by setting selectallText option to empty string.

https://paramquery.com/api/select#option-selectallText

vijay@spinetechnologies

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 85
    • View Profile
Re: pqSelect with multiple selection option without the Select all checkbox
« Reply #2 on: September 28, 2022, 03:08:06 pm »
It Works, Thank you