another Cannot Reinitialise Datatable. error
another Cannot Reinitialise Datatable. error
Frankbot1298
Posts: 2Questions: 0Answers: 0
Hello
I managed to merge two functions together on my sample database: http://sakabot.com/DataTables/p4.html
As you can see, I am getting a 'Cannot Reinitialise Datatable.' error. I am pretty sure there is a conflict going on in line 17/18:
$(document).ready(function() {
$('#example').dataTable( {
and line 101:
$(document).ready(function() {
/* Initialise the DataTable */
var oTable = $('#example').dataTable( {
"oLanguage": {
"sSearch": "Search all columns:"
Any help would be appreciated. I tried different ways to merge the two to no avail.
Thank you much.
I managed to merge two functions together on my sample database: http://sakabot.com/DataTables/p4.html
As you can see, I am getting a 'Cannot Reinitialise Datatable.' error. I am pretty sure there is a conflict going on in line 17/18:
$(document).ready(function() {
$('#example').dataTable( {
and line 101:
$(document).ready(function() {
/* Initialise the DataTable */
var oTable = $('#example').dataTable( {
"oLanguage": {
"sSearch": "Search all columns:"
Any help would be appreciated. I tried different ways to merge the two to no avail.
Thank you much.
This discussion has been closed.
Replies
Allan