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:
TessenR
2014-07-04 16:00:31 +04:00
parent 895cbe0b37
commit 845070d832

View File

@@ -343,7 +343,7 @@ declare module DataTables
bLengthChange: boolean;
bPaginate: boolean;
bProcessing: boolean;
bServerSize: boolean;
bServerSide: boolean;
bSort: boolean;
bSortClasses: boolean;
bStateSave: boolean;