/datatables.sortpriorities

Display column sort orders in your Datatables table headers

Primary LanguageJavaScriptMIT LicenseMIT

Description

A plug-in for DataTables that adds a column sort order/priority number next to your column sort direction indicators. When doing multi-column sorting, this allows you to easily determine the order in which the sorts were applied.

Requirements

Usage

  1. Add the js and css files to your page
  2. $('#my-table').dataTable().fnSortPriorities();
  3. ???
  4. Profit!