Bug 33463 fixes the Actions column on the plugins table to be not sortable. The fix used there can be also applied to other tables. Jonathan suggests this to detect other cases: git grep 'Actions</th>'|grep -v NoSort They might still need some individual attention as some tables are not sortable at all or sorting for Actions is already suppressed using different methods.