When using only grid.checkall and grid.id in list, but not using grid.sort or searchtools.sort, then checkbox grid.checkall does not select checkboxes, because this method does not call JHtml::_('behavior.core');
Maybe it's by design..? I create PR if not.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-11-19 16:54:50 |
Closed_By | ⇒ | brianteeman |
Closed as we have a PR #8500
Labels |
Added:
?
|
Feel free to create a PR for it.
If a method needs behavior.core, it should always call it.