-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I followed the example of setting auto="false" so that I could set some "options", however the call "datatable.render(options)" results in the following alert message and the table renders without and data in it:
"DataTables warning: table id=table1 - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3"
I'm using v2.0.1 of the plugin on grails v3.3.2. My test code is as follows:
`<exa:datatable id="table1" items="${users}" auto="false"/>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { var datatable = Exa.Datatable.getDatatable('table1'); var options = { "pageLength": 2 } datatable.render(options); }); </script>`Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels