FOF30\View\DataView\DataViewInterface::hasAjaxOrderingSupport PHP Метод

hasAjaxOrderingSupport() публичный Метод

If they do, it will set up the drag & drop reordering feature.
public hasAjaxOrderingSupport ( ) : boolean | array
Результат boolean | array False if not supported, otherwise a table with necessary information (saveOrder: should you enable DnD reordering; orderingColumn: which column has the ordering information).
    public function hasAjaxOrderingSupport();