sorting numbers with slashes

sorting numbers with slashes

tuurtnt@hotmail.comtuurtnt@hotmail.com Posts: 7Questions: 0Answers: 0
edited August 2010 in General
Hi,

how can I sort a column containing numbers with slashes?

100 / 200
150 / 250
1 / 25
4 / 33

Now when I sort it doesn't sort, is there some solution? I want to sort only the first number...

Thanks!

Replies

  • ruzzruzz Posts: 49Questions: 0Answers: 0
    You'll need to extend the jQuery.fn.dataTableExt object. Details here:

    http://www.datatables.net/examples/basic_init/multi_col_sort.html

    ruzz
This discussion has been closed.