mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08: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:
2
jquery.dataTables/jquery.dataTables.d.ts
vendored
2
jquery.dataTables/jquery.dataTables.d.ts
vendored
@@ -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