File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/pluggableWidgets/datagrid-web/src/model/configs Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export interface DatagridConfig {
2020 enableSelectAll : boolean ;
2121 keepSelection : boolean ;
2222 autoSelect : boolean ;
23- pagingPosition : PagingPositionEnum ;
2423 multiselectable : true | undefined ;
2524 loadingType : LoadingTypeEnum ;
2625 columnsDraggable : boolean ;
@@ -50,7 +49,6 @@ export function datagridConfig(props: DatagridContainerProps): DatagridConfig {
5049 enableSelectAll : props . enableSelectAll ,
5150 keepSelection : props . keepSelection ,
5251 autoSelect : props . autoSelect ,
53- pagingPosition : props . pagingPosition ,
5452 multiselectable : isMultiselectable ( props ) ,
5553 loadingType : props . loadingType ,
5654 columnsHidable : props . columnsHidable ,
You can’t perform that action at this time.
0 commit comments