FOFViewRaw::hasAjaxOrderingSupport
Determines if the current Joomla! version and your current table support AJAX-powered drag and drop reordering. If they do, it will set up the drag & drop reordering feature.
Signature
public function hasAjaxOrderingSupport()
Returns
- boolean|array
- False if not suported, a table with necessary
information (saveOrder: should you enabled DnD reordering; orderingColumn: which column has the ordering information).