Skip to content
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
- [Github](https://github.com/yajra/laravel-datatables-html)

- Buttons
- [Installation](/docs/{{package}}/{{version}}/buttons/installation)
- [Configuration](/docs/{{package}}/{{version}}/buttons/config)
- [Quick Starter](/docs/{{package}}/{{version}}/buttons/starter)
- [DataTable Buttons](/docs/{{package}}/{{version}}/buttons/export)
- [Custom Actions](/docs/{{package}}/{{version}}/buttons/custom)
- [Sending Parameters](/docs/{{package}}/{{version}}/buttons/with)
- [Extended DataTable](/docs/{{package}}/{{version}}/buttons/extended)
- [Artisan Console](/docs/{{package}}/{{version}}/buttons/console)
- [Installation](/docs/{{package}}/{{version}}/buttons-installation)
- [Configuration](/docs/{{package}}/{{version}}/buttons-config)
- [Quick Starter](/docs/{{package}}/{{version}}/buttons-starter)
- [DataTable Buttons](/docs/{{package}}/{{version}}/buttons-export)
- [Custom Actions](/docs/{{package}}/{{version}}/buttons-custom)
- [Sending Parameters](/docs/{{package}}/{{version}}/buttons-with)
- [Extended DataTable](/docs/{{package}}/{{version}}/buttons-extended)
- [Artisan Console](/docs/{{package}}/{{version}}/buttons-console)
- [Github](https://github.com/yajra/laravel-datatables-buttons)

4 changes: 2 additions & 2 deletions html/column.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Footer attribute will be as your `tables` column's `footer` content `<tfoot></tf
### Exportable (Optional)
Exportable attribute will flag the column to be included when `exporting` the table. Default value is `true`.

> Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons/installation)
> Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons-installation)

### Printable (Optional)
Printable attribute will flag the column to be included when `printing` the table. Default value is `true`.

> Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons/installation)
> Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons-installation)