mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Field name fix
According to official documentation correct name is bServerSide doc: http://datatables.net/docs/DataTables/1.9.0/DataTable.models.oSettings.oFeatures.html
This commit is contained in:
+1
-1
@@ -343,7 +343,7 @@ declare module DataTables
|
||||
bLengthChange: boolean;
|
||||
bPaginate: boolean;
|
||||
bProcessing: boolean;
|
||||
bServerSize: boolean;
|
||||
bServerSide: boolean;
|
||||
bSort: boolean;
|
||||
bSortClasses: boolean;
|
||||
bStateSave: boolean;
|
||||
|
||||
Reference in New Issue
Block a user