About Rank Sorting (1, 2, 3, 4-10, 11-20...etc)
About Rank Sorting (1, 2, 3, 4-10, 11-20...etc)
hi ! I need to make a Rankboard, but want foggy some Rank, like this:
Ranking | name
1 | Aname
2 | Bname
3 | ...ect
4-10 |...ect
4-10 |...ect
4-10 |...ect
4-10 |...ect
4-10 |...ect
4-10 |...ect
4-10 |...ect
So I reference datatables's sorting_manual examples
https://datatables.net/examples/plug-ins/sorting_manual
and try javascript code on this online IDE
live.datatables.net/buqiqupi/1/edit
but...output isn't what i want...
what can i do?
Thank you for any help in getting started prior!
Best Regards
william
This question has an accepted answers - jump to answer
Answers
Hi @ice916 ,
There was a couple of things wrong - see working example here.
Cheers,
Colin