File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3030 - [Remove Column](/docs/laravel-datatables/{{version}}/remove-column)
3131 - [Index Column](/docs/laravel-datatables/{{version}}/index-column)
3232- Row Editing
33+ - [Row Options](/docs/laravel-datatables/{{version}}/row-options)
3334 - [Row ID](/docs/laravel-datatables/{{version}}/row-options#row-id)
3435 - [Row Class](/docs/laravel-datatables/{{version}}/row-options#row-class)
3536 - [Row Data](/docs/laravel-datatables/{{version}}/row-options#row-data)
Original file line number Diff line number Diff line change 11# Upgrade Guide
22
3+ <a name =" v6-to-v7 " ></a >
34## Upgrading from v6.x to v7.x
45 - composer require yajra/laravel-datatables-oracle
56 - composer require yajra/laravel-datatables-buttons
67 - php artisan vendor: publish --tag=datatables --force
78 - php artisan vendor: publish --tag=datatables-buttons --force
89
10+ <a name =" v5-to-v6 " ></a >
911## Upgrading from v5.x to v6.x
1012 - Change all occurrences of ` yajra\Datatables ` to ` Yajra\Datatables ` . (Use Sublime's find and replace all for faster update).
1113 - Remove ` Datatables ` facade registration.
You can’t perform that action at this time.
0 commit comments