Skip to content

Commit 78e4451

Browse files
authored
Merge pull request #15 from yajra/revert-6-organized-folders-button
Revert "Organized button documents"
2 parents 84bda72 + 9208082 commit 78e4451

File tree

10 files changed

+10
-10
lines changed

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

Lines changed: 8 additions & 8 deletions
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

Lines changed: 2 additions & 2 deletions
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)