ftopolovec / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Will Editable work when using aaData, aoColumns and aaoColumnDefs #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like this tools only works if you setup for a standard html table file 
versus using the aaData, aoColumns and aaoColumnDefs?

Is that correct or am I missing something?

$(document).ready(function() { 
  $('#dynamic').html( <table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table>' );
      $('#example').dataTable({

"aaData": [

 ]

"aoColumns": [
 ]
etc.

Original issue reported on code.google.com by fwab...@gmail.com on 9 Aug 2011 at 3:46

GoogleCodeExporter commented 9 years ago
I have tested it with plain HTML loaded from server and table loaded with ajax 
source or server side processing. 
I never try it this way - are you gettign some error in this mode?

Original comment by joc...@gmail.com on 19 Aug 2011 at 10:17

GoogleCodeExporter commented 9 years ago
I cannot reproduce this error.

Original comment by joc...@gmail.com on 22 Sep 2011 at 8:47