JQuery Mobile & DataTables
JQuery Mobile & DataTables
Hi
Has anyone successfully intergrated JQuery Mobile with DataTables? I am trying to render JQM Controls (buttons) inside a DataTable and in other instances of altering the JQuery Mobile DOM you can just use $(this).trigger('create') to render the controls but this doesn't seem to work anyone got a reason why & a suggested fix?
Has anyone successfully intergrated JQuery Mobile with DataTables? I am trying to render JQM Controls (buttons) inside a DataTable and in other instances of altering the JQuery Mobile DOM you can just use $(this).trigger('create') to render the controls but this doesn't seem to work anyone got a reason why & a suggested fix?
This discussion has been closed.
Replies
"fnDrawCallback": function() {
dataTable.trigger('create');
}
Wonder has anyone else had any experiences merging the two? good or bad?
Allan