datatable dom option cancels jquery ui theming
datatable dom option cancels jquery ui theming
There was a discussion about that and the fixes provided by Allan didn't seem to work.
The original post says --
jquery-ui theming is supressed when I use the dom option at DataTable initialisation.
i use jquery-ui specific dom option : { "dom": '<"H"lfr>t<"F"ip>' } http://live.datatables.net/wanexaqi/1/edit?html,js,output
and the fixed provided by Allan http://live.datatables.net/wanexaqi/7/edit, didn't fixed the problem even after adding
"jQueryUI": true
The css still wasn't apply to the top section where the page size and search box are.
I know "jQueryUI" will be removed in 1.11, but is there a workaround before it is released?
This question has an accepted answers - jump to answer
Answers
I am sorry!
It did work after adding "jQueryUI": true in
http://live.datatables.net/wanexaqi/7/edit