Header click event when column.orderable = false
Header click event when column.orderable = false
mdellanave83
Posts: 33Questions: 3Answers: 0
Hi,
I found a strange behavior on table header cells that have orderable option set to false: the user click on them provoke a call to the ajax function.
The problem doesn't happens using the old fnServerData in dataTables releases < 2.
I tried to reproduce it in a sandbox without success.
Any idea?
I managed a workaround in my project, using the style pointer-events: none on dt-orderable-none class.
Replies
I think you are encountering this error which was fixed here and will be included in the soon to be released DataTables 2.0.2.
Allan
ok! as usal thank you @allan!
by the way, my fix using pointer-events provoke breaks the colReorder plugin