method isSortable documentation in bbn\Appui\Option

Tells if an option has its config set as sortable or no

Example

X::dump($opt->isSortable(12)); // (bool) false X::dump($opt->isSortable(21)); // (bool) true function($code = NULL) { if (bbn\Str::isUid($id = $this->fromCode(\func_get_args()))) { $cfg = $this->getCfg($id); return !empty($cfg['sortable']); } return null; }

Tells if an option has its config set as sortable or no BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.