|
@@ -162,7 +162,7 @@ export interface BootstrapTableOptions {
|
|
|
pageSize?: number;
|
|
pageSize?: number;
|
|
|
footerField?: string;
|
|
footerField?: string;
|
|
|
showFullscreen?: boolean;
|
|
showFullscreen?: boolean;
|
|
|
- sortPageReset?: boolean;
|
|
|
|
|
|
|
+ sortResetPage?: boolean;
|
|
|
sortStable?: boolean;
|
|
sortStable?: boolean;
|
|
|
searchAlign?: string;
|
|
searchAlign?: string;
|
|
|
ajax?: (params: BootstrapAjaxParams) => any;
|
|
ajax?: (params: BootstrapAjaxParams) => any;
|