We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc97ae commit 2aa1cd3Copy full SHA for 2aa1cd3
README.md
@@ -94,6 +94,8 @@ You can format column by setting it via Column definition on you DataTable servi
94
Column::make('mobile')->exportFormat('00000000000'),
95
```
96
97
+The format above will treat mobile numbers with leading zeroes.
98
+
99
## Date Fields Formatting
100
101
The package will auto-detect date fields when used with a valid format.
@@ -135,8 +137,6 @@ Valid date formats can be adjust on `datatables-export.php` config file.
135
137
]
136
138
139
-The format above will treat mobile numbers with leading zeroes.
-
140
## Contributing
141
142
Please see [CONTRIBUTING](https://github.com/yajra/laravel-datatables-export/blob/master/.github/CONTRIBUTING.md) for details.
0 commit comments