Jquery Datatables not working with nested tables
问题 I am trying to apply jQuery datatables on piece of HTML. The markup consists of nested tables which is creating a problem. Error by the Error Console is :- "nCell is undefined". It is a bit confusing that why Datatables on nested tables is not working? Is it that jQuery Datatables does not support nested tables or i am missing out something? Here is the markup i have written : <script type="text/javascript"> $(document).ready(function() { $('#table_id,#id2').dataTable();} ); </script> </head>