Co-authored-by: kyle-zadara <kyle.sabine@zadarastorage.com>pull/4295/head
parent
d402b12e9c
commit
7529764482
|
@ -349,7 +349,7 @@ export default {
|
||||||
getRowIndex(index) {
|
getRowIndex(index) {
|
||||||
const getItemOptions = this.getVirtualScrollerProp('getItemOptions');
|
const getItemOptions = this.getVirtualScrollerProp('getItemOptions');
|
||||||
|
|
||||||
return getItemOptions ? getItemOptions(index).index : this.first + index;
|
return getItemOptions ? getItemOptions(index).index : index;
|
||||||
},
|
},
|
||||||
getRowStyle(rowData) {
|
getRowStyle(rowData) {
|
||||||
if (this.rowStyle) {
|
if (this.rowStyle) {
|
||||||
|
|
Loading…
Reference in New Issue