mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-28 10:24:10 +01:00
Fix docs: Invalid line to function that doesn't exist
This commit is contained in:
parent
31670cc1c5
commit
bc256721ce
@ -1 +1 @@
|
||||
2f26938a68eb1a8cc7d66ee9e9f8768611536c8f
|
||||
be62e9d32fc37691a8be14b268f4f05d2628f87d
|
||||
|
@ -51,7 +51,7 @@ $(document).ready(function() {
|
||||
"ajax": "../ajax/data/objects.txt",
|
||||
"columns": [
|
||||
{
|
||||
"class": 'details-control',
|
||||
"className": 'details-control',
|
||||
"orderable": false,
|
||||
"data": null,
|
||||
"defaultContent": ''
|
||||
@ -165,7 +165,7 @@ $(document).ready(function() {
|
||||
"ajax": "../ajax/data/objects.txt",
|
||||
"columns": [
|
||||
{
|
||||
"class": 'details-control',
|
||||
"className": 'details-control',
|
||||
"orderable": false,
|
||||
"data": null,
|
||||
"defaultContent": ''
|
||||
|
Loading…
Reference in New Issue
Block a user