Skip to content

Commit 9208082

Browse files
authored
Revert "Organized button documents"
1 parent 84bda72 commit 9208082

10 files changed

+10
-10
lines changed
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.

documentation.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@
7878
- [Github](https://github.com/yajra/laravel-datatables-html)
7979

8080
- Buttons
81-
- [Installation](/docs/{{package}}/{{version}}/buttons/installation)
82-
- [Configuration](/docs/{{package}}/{{version}}/buttons/config)
83-
- [Quick Starter](/docs/{{package}}/{{version}}/buttons/starter)
84-
- [DataTable Buttons](/docs/{{package}}/{{version}}/buttons/export)
85-
- [Custom Actions](/docs/{{package}}/{{version}}/buttons/custom)
86-
- [Sending Parameters](/docs/{{package}}/{{version}}/buttons/with)
87-
- [Extended DataTable](/docs/{{package}}/{{version}}/buttons/extended)
88-
- [Artisan Console](/docs/{{package}}/{{version}}/buttons/console)
81+
- [Installation](/docs/{{package}}/{{version}}/buttons-installation)
82+
- [Configuration](/docs/{{package}}/{{version}}/buttons-config)
83+
- [Quick Starter](/docs/{{package}}/{{version}}/buttons-starter)
84+
- [DataTable Buttons](/docs/{{package}}/{{version}}/buttons-export)
85+
- [Custom Actions](/docs/{{package}}/{{version}}/buttons-custom)
86+
- [Sending Parameters](/docs/{{package}}/{{version}}/buttons-with)
87+
- [Extended DataTable](/docs/{{package}}/{{version}}/buttons-extended)
88+
- [Artisan Console](/docs/{{package}}/{{version}}/buttons-console)
8989
- [Github](https://github.com/yajra/laravel-datatables-buttons)
9090

html/column.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Footer attribute will be as your `tables` column's `footer` content `<tfoot></tf
5555
### Exportable (Optional)
5656
Exportable attribute will flag the column to be included when `exporting` the table. Default value is `true`.
5757

58-
> Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons/installation)
58+
> Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons-installation)
5959
6060
### Printable (Optional)
6161
Printable attribute will flag the column to be included when `printing` the table. Default value is `true`.
6262

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

0 commit comments

Comments
 (0)