๐ FileMgr
๐
/
usr
/
local
/
lsws
/
share
/
autoindex
/
assets
/
js
โ๏ธ /
โฌ Kembali
(function(){ var cleanNumber = function(i) { return i.replace(/[^\-?0-9.]/g, ''); }, compareNumber = function(a, b) { a = parseFloat(a); b = parseFloat(b); a = isNaN(a) ? 0 : a; b = isNaN(b) ? 0 : b; return a - b; }; Tablesort.extend('number', function(item) { return item.match(/^[-+]?[ยฃ\x24รยขยดโฌ]?\d+\s*([,\.]\d{0,2})/) || // Prefixed currency item.match(/^[-+]?\d+\s*([,\.]\d{0,2})?[ยฃ\x24รยขยดโฌ]/) || // Suffixed currency item.match(/^[-+]?(\d)*-?([,\.]){0,1}-?(\d)+([E,e][\-+][\d]+)?%?$/); // Number }, function(a, b) { a = cleanNumber(a); b = cleanNumber(b); return compareNumber(b, a); }); }());
๐พ Simpan
Batal
โฌ assets
2 item
Nama
Tipe
Ukuran
Diubah
Aksi
๐
tablesort.js
js
7.5 KB
2026-09-16 21:55
โ๏ธ
๐๏ธ
๐ค
๐
๐
tablesort.number.js
js
682 B
2026-09-16 21:55
โ๏ธ
๐๏ธ
๐ค
๐
โ๏ธ Rename
Nama Baru
Simpan
Batal