fixbug grid
This commit is contained in:

parent
ea4910db79
commit
d0572dc07c
@ -9,7 +9,6 @@
|
|||||||
@dblclick="dblClick"
|
@dblclick="dblClick"
|
||||||
@mouseover="mouseoverEvent"
|
@mouseover="mouseoverEvent"
|
||||||
@mouseout="mouseoutEvent"
|
@mouseout="mouseoutEvent"
|
||||||
@mousedown="onMousedown"
|
|
||||||
@focusChange="focusChangeEvt"
|
@focusChange="focusChangeEvt"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
@ -268,13 +267,7 @@ export default {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onMousedown(evt) {
|
|
||||||
this.handleSelectedRow(evt);
|
|
||||||
},
|
|
||||||
focusChangeEvt(e) {
|
focusChangeEvt(e) {
|
||||||
this.handleSelectedRow(e);
|
|
||||||
},
|
|
||||||
handleSelectedRow(e) {
|
|
||||||
// console.log('focusChangeEvt1...')
|
// console.log('focusChangeEvt1...')
|
||||||
if (this.preventFocusChangeEvent(e)) {
|
if (this.preventFocusChangeEvent(e)) {
|
||||||
// console.log('prevent focusChangeEvt')
|
// console.log('prevent focusChangeEvt')
|
||||||
|
@ -289,8 +289,8 @@ const Utility = () => {
|
|||||||
header: {
|
header: {
|
||||||
height: 28,
|
height: 28,
|
||||||
},
|
},
|
||||||
rowHeight: 29,
|
rowHeight: 37,
|
||||||
minRowHeight: 29,
|
minRowHeight: 37,
|
||||||
columnOptions: {
|
columnOptions: {
|
||||||
resizable: true,
|
resizable: true,
|
||||||
minWidth: 100,
|
minWidth: 100,
|
||||||
|
Reference in New Issue
Block a user