PSWriteHTML icon indicating copy to clipboard operation
PSWriteHTML copied to clipboard

New-HTMLTable - Sorting plugins

Open PrzemyslawKlys opened this issue 5 years ago • 0 comments

Review required: https://datatables.net/plug-ins/sorting/

  • time-elapsed-dhms | Created by caochenghua on 2016/12/22.
  • nepali-numbers | Sorts columns containing UTF8 nepali numbers
  • czech-string | Sort locale aware sorting for Czech.
  • chapter | Sort book chapters numerically
  • natural | Sort data with a mix of numbers and letters naturally.
  • any-number | Sort column with mixed numerical content by number
  • monthYear | This sorting plug-in will sort, in calendar order, data whichis in the format "MM YY".Please note that this plug-in is *deprecated. Thedatetime plug-in provides enhancedfunctionality and flexibility.
  • file-size | Sort abbreviated file sizes correctly (8MB, 4KB, etc)
  • enum | Dynamically create enum sorting options for a DataTable
  • diacritics-sort | Better sort of strings containing accented characters (diacritical marks)
  • date-euro | Sort date / time in the format dd/mm/YYYY hh:ii:ss
  • stringMonthYear | This sorting plug-in will sort, in calendar order, data whichis in the format "MMM yyyy" or "MMMM yyyy". Inspired by forum discussion:http://datatables.net/forums/discussion/1242/sorting-dates-with-only-month-and-yearPlease note that this plug-in is *deprecated. Thedatetime plug-in provides enhancedfunctionality and flexibility.
  • Case-Sensitive | Sort based on case of data, In ascending order capitals are prioritised over lower case.
  • natural-time-delta | Created by Shodhan Save on Jan 23, 2018.Updated @ Jan 25, 2018
  • date-de | Sort date / time in the format dd.mm.YYYY HH:mm or dd.mm.YYYY.
  • formatted-numbers | Sort numbers which are displayed with thousand separators
  • farsi-numbers | Sorts columns containing UTF8 Farsi numbers
  • signed-num | Sort data numerically with a leading + symbol (as well as -).
  • intl | Sort string data using the Intl Javascript API
  • alt-string | Use the alt attribute of an image tag as the data to sort upon.
  • numeric-comma | Sort numbers correctly which use a comma as the decimal place.
  • num-html | Sort data which is a mix of HTML and numeric data.
  • numString | Sorting for number value that is included anywhere in a regex.
  • turkish-string | Sort Turkish characters
  • percent | Sort numeric data with a postfixed percentage symbol
  • anti-the | Sort with the prefixed word dt-string The removed, if present
  • chinese-string | Sort Chinese characters
  • currency | Sort data numerically when it has a leading currency symbol.
  • date-uk | Sort dates in the format dd/mm/YY
  • title-numeric | Sort data numerically based on an attribute on an empty element.
  • ip-address | Sort IP addresses numerically
  • datetime-moment | Sort date and time in any format using Moment.js
  • scientific | Sort data which is written in exponential notation.
  • title-string | Sort data as a string based on an attribute on an empty element.
  • brackets-negative | Detect data of currency type with a leading currency symbol as well at detect two types of negative number formatting
  • persian | Sort Persian strings alphabetically
  • absolute | Keep one or more items at the top and/or bottom of a table when sorting
  • time | Sort Times in the formats: hh:mm, hh:mm:ss, hh:mm tt, hh:mm:ss tt
  • date-eu | Sort dates in the format dd/mm/YY[YY] (with optional spaces)
  • date-dd-MMM-yyyy | Sort dates in the format dd-mmm-yyyy

PrzemyslawKlys avatar Aug 22 '20 17:08 PrzemyslawKlys