jquery datatable.min.js sorting issue?

Posted by Karthik on Stack Overflow See other posts from Stack Overflow or by Karthik
Published on 2010-06-01T11:49:55Z Indexed on 2010/06/01 11:53 UTC
Read the original article Hit count: 195

Filed under:
|

In my project, i am using the jquery pagination of jquery.dataTables.min.js. In that when i use ascending or descending in query, it will not displayed properly. The problem is result can be shown in form of :

Sl. No.
1
10
11
12
13
|
|
|
19
2
3
4
5

like this, But i need the result

Sl. No.
1
2
3
4
5
|
|
9
10
11
12
13

This is because of jquery only. I want to know how can i clear this? But in someplace it is displayed properly and in someplace is not displayed properly.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about datatable