Skip to content

Update default behavior of uncontrolled table to only update page on rows change if the user is outside of the page bounds #1251

Update default behavior of uncontrolled table to only update page on rows change if the user is outside of the page bounds

Update default behavior of uncontrolled table to only update page on rows change if the user is outside of the page bounds #1251

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install --immutable
- run: yarn lint
- run: yarn format
- run: yarn test