Skip to content

DataGrid - Pager - Show correct pageIndex when virtualScrolling is enabled on pageSize change #1585

DataGrid - Pager - Show correct pageIndex when virtualScrolling is enabled on pageSize change

DataGrid - Pager - Show correct pageIndex when virtualScrolling is enabled on pageSize change #1585

Workflow file for this run

name: Label PR by changed files
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}