Skip to content

19 support both gridjs and datagrids own frontend #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['8.1', '8.2']
steps:
- uses: actions/checkout@v2
- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ VERSION 0 INITIAL RELEASE
7926282 #7 Fix if rows are undefined
5291f19 Add demo to the readme
a498912 Update README.md
8bc3b23 Fix laravel-datagrid.js to work with both webpack and vite
8bc3b23 Fix utils.js to work with both webpack and vite
3e9cfac Don't use global import
1549139 #9 Make add Laravel 9 support
ff3602a Make server config non static class
Expand Down
Loading