[Draf] compare dev vs main #43

Open
dev wants to merge 257 commits from dev into dev-base
228 changed files with 38189 additions and 29379 deletions
Showing only changes of commit d0572dc07c - Show all commits

View File

@ -9,7 +9,6 @@
@dblclick="dblClick"
@mouseover="mouseoverEvent"
@mouseout="mouseoutEvent"
@mousedown="onMousedown"
@focusChange="focusChangeEvt"
/>
</template>
@ -268,13 +267,7 @@ export default {
}
});
},
onMousedown(evt) {
this.handleSelectedRow(evt);
},
focusChangeEvt(e) {
this.handleSelectedRow(e);
},
handleSelectedRow(e) {
// console.log('focusChangeEvt1...')
if (this.preventFocusChangeEvent(e)) {
// console.log('prevent focusChangeEvt')

View File

@ -289,8 +289,8 @@ const Utility = () => {
header: {
height: 28,
},
rowHeight: 29,
minRowHeight: 29,
rowHeight: 37,
minRowHeight: 37,
columnOptions: {
resizable: true,
minWidth: 100,