Sorting icon appears twice in using FixedColumns plugin
Sorting icon appears twice in using FixedColumns plugin
I am using data tables(Scroller example - 50'000 rows) for my page. Now all header icons(sorting) are working fine.Then I am using
FixedColumns plugin in my page. In first column of the table sorting icon is appears twice.
How to remove one sorting icon from that header?
FixedColumns plugin in my page. In first column of the table sorting icon is appears twice.
How to remove one sorting icon from that header?
This discussion has been closed.
Replies
Normally, a header looks like this:
[code]
Rendering engine
[/code]
The table sorting icon is added by CSS
[code]
.sorting_asc {
background: url('../images/sort_asc.png') no-repeat center right;
}
[/code]
I cannot tell without knowing what is causing the problem. Firebug should be able to tell you something about the origin of the second icon.
Please post a test case on http://live.datatables.net/#javascript,html