JHTML-SORTABLE-001

JHtml::_('sortablelist.sortable')

JHtmlSortablelist::sortable

jQuery UI sortable lists are deprecated. Joomla 4 uses draggable list.

JHtml::_('sortablelist.sortable')HTMLHelper::_('draggablelist.draggable')

Dies at Joomla 3 → 4J3: Works nativelyJ4: Deprecated — do not shipJ6: Changed behaviourBC plugin: not applicablePatch possible — review itJavaScript

Symptoms people search

drag reorder dead · sortablelist

Replace this code

Swap JHtml::_('sortablelist.sortable') for HTMLHelper::_('draggablelist.draggable').

Joomla 3

Remove or stop calling this

JHtml::_('sortablelist.sortable', 'itemList', 'adminForm', 'asc', $saveOrderUrl);

Joomla 4 / 6

Use this instead

HTMLHelper::_('draggablelist.draggable');

How to fix it

  1. 1Switch admin ordering tables to draggablelist.
  2. 2Update the tbody class names Atum expects.

Also known as

sortablelist · draggablelist · jquery ui sortable

Related issues

Get in touch

Have a project in mind? Let's talk about it.

Tell us what you're building. Whether it's a new site, an online store, a mobile app, or something that needs AI under the hood, we'll get back to you within a business day.

Free consultation
No commitment, no pressure
Reply within 24 hours
Usually much faster

Prefer a direct conversation?

Request a project quote

Tell us about your project

Fill out the quick form and we'll reach out.