Skip to content

Commit 3f65f0d

Browse files
committed
Add upgrade anchor and row options.
1 parent 8673ebc commit 3f65f0d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
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)

upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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.

0 commit comments

Comments
 (0)