multiple datatables in easytabs

multiple datatables in easytabs

skorpskorp Posts: 2Questions: 0Answers: 0
edited April 2013 in General
I'm creating multiple datatables with easyTabs plugin on easytabs:after hook.
the problem is only the first datatable is displayed correct on all other Datatables the last column is displayed outside of the table.

any one an idea what the problem can be??
debug link is here: http://debug.datatables.net/ehowef

Replies

  • skorpskorp Posts: 2Questions: 0Answers: 0
    problem solved :) had on all datatables $("table").colResizable(); changed it to $("table#"+iddatatable).colResizable(); now its ok :D
This discussion has been closed.