mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Co-authored-by: kyle-zadara <kyle.sabine@zadarastorage.com>
This commit is contained in:
parent
d402b12e9c
commit
7529764482
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ export default {
|
|||
getRowIndex(index) {
|
||||
const getItemOptions = this.getVirtualScrollerProp('getItemOptions');
|
||||
|
||||
return getItemOptions ? getItemOptions(index).index : this.first + index;
|
||||
return getItemOptions ? getItemOptions(index).index : index;
|
||||
},
|
||||
getRowStyle(rowData) {
|
||||
if (this.rowStyle) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue