@acorex/data-grid 6.6.9 → 6.6.10
Sign up to get free protection for your applications and to get access to all the features.
@@ -79,7 +79,7 @@ export declare class AXDataGridComponent {
|
|
79
79
|
get columns(): AXGridDataColumn[];
|
80
80
|
set columns(val: AXGridDataColumn[]);
|
81
81
|
defaultColDef: any;
|
82
|
-
rowHeight:
|
82
|
+
rowHeight: number;
|
83
83
|
searchInput: AXToolbarSearchComponent;
|
84
84
|
toolbar: AXToolbarComponent;
|
85
85
|
rowTemplate: AXDataGridRowTemplateComponent;
|