set_multiselect()

  • Parameter(s):
    • $multiselect:  Boolean value indicates whether the multiselect is allowed
    • $multipage:  Boolean. Persisted selection following pagination
  • Description:
    • When parameter $multiselect is set to true, a checkbox is shown to the left of each row. It is currently only used for enabling deleting multiple records. More functions will be added to this feature in the future.
  • Example:
1
$dg -> set_multiselect(true);