Skip to content

Commit 2aa1cd3

Browse files
committed
Typo fixes.
1 parent 3dc97ae commit 2aa1cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ You can format column by setting it via Column definition on you DataTable servi
9494
Column::make('mobile')->exportFormat('00000000000'),
9595
```
9696

97+
The format above will treat mobile numbers with leading zeroes.
98+
9799
## Date Fields Formatting
98100

99101
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.
135137
]
136138
```
137139

138-
The format above will treat mobile numbers with leading zeroes.
139-
140140
## Contributing
141141

142142
Please see [CONTRIBUTING](https://github.com/yajra/laravel-datatables-export/blob/master/.github/CONTRIBUTING.md) for details.

0 commit comments

Comments
 (0)