From 35d6cf003c5f5a50ca22b25dc544646561ec5064 Mon Sep 17 00:00:00 2001
From: mertsincan field: Column field
+
+
filterModel: {value,matchMode} Filter metadata
filterCallback: Callback function
+
@@ -1126,7 +1135,7 @@ export default {
loading
+ data: Row data
+ column: Column node
+ field: Column field
+ index: Row index
+ frozenRow: Is row frozen
+ loadingOptions: Loading options.
Individual cell editing is configured by setting the editMode to cell, defining editors with the editor template along with the @cell-edit-complete event. The content of the - editor defines how the editing is implemented. The editor template receives a clone of the row data and using @cell-edit-complete event the new value can be updated to the model or cancelled. + editor defines how the editing is implemented. The editor template receives a clone of the row data and using @cell-edit-complete event the new value can be updated to the model or cancelled. This also provides flexibility to apply conditional logic such as implementing validations.
@@ -1226,7 +1235,7 @@ export default {
- Row Editing is specified by setting cellEdit as row, defining editingRows with the v-model directive to hold the reference of the editing rows, +
Row Editing is specified by setting cellEdit as row, defining editingRows with the v-model directive to hold the reference of the editing rows, adding a row editor column to provide the editing controls and implementing @row-edit-save to update the original row data. Note that since editingRows is two-way binding enabled, you may use it to initially display one or more rows in editing more or programmatically toggle row editing.
@@ -2132,6 +2141,13 @@ export default {
null
Height of the scroll viewport in fixed pixels or the "flex" keyword for a dynamic size.
+
+ virtualScrollerOptions
+ object
+ null
+ Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it.
+
Note: Currently only vertical orientation mode is supported.
+
frozenValue
array