1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-28 10:24:10 +01:00

Dev fix: Remove destroy call from example!

This commit is contained in:
Allan Jardine 2011-04-23 08:41:58 +01:00
parent 8481826407
commit 22f0ebb26f

View File

@ -18,7 +18,6 @@
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
oTable.fnDestroy();
} );
</script>
</head>