jquery datatable.min.js sorting issue?
- by Karthik
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.