PluginProbe
Plugin Report / 2.2.1
Plugin Report v2.2.1
2.2.4 trunk 1.1 1.2 1.3 1.4 1.5 1.6 1.6.1 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9 1.9.1 1.9.2 1.9.3 2.0.0 2.0.1 2.0.2 2.1 2.1.1 2.2.0 2.2.1 All 27 releases
plugin-report / js / tablesort.number.min.js

tablesort.number.min.js in Plugin Report 2.2.1, at js/tablesort.number.min.js

6 lines 509 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * tablesort v5.6.0 (2025-04-20)
3 * http://tristen.ca/tablesort/demo/
4 * Copyright (c) 2025 ; Licensed MIT
5 */
6 (()=>{function a(t){return t.replace(/[^\-?0-9.]/g,"")}Tablesort.extend("number",function(t){return t.match(/^[-+]?[£\x24Û¢´€]?\d+\s*([,\.]\d{0,2})/)||t.match(/^[-+]?\d+\s*([,\.]\d{0,2})?[£\x24Û¢´€]/)||t.match(/^[-+]?(\d)*-?([,\.]){0,1}-?(\d)+([E,e][\-+][\d]+)?%?$/)},function(t,e){return t=a(t),e=a(e),e=e,t=t,e=parseFloat(e),t=parseFloat(t),(e=isNaN(e)?0:e)-(t=isNaN(t)?0:t)})})();