Skip to content

Commit 057baab

Browse files
Add plugin name to Readme
1 parent 5cfb5b4 commit 057baab

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Readme.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,22 @@ These files can be found in the [assets directory][assets].
193193
## Extras
194194

195195
Official extras are available:
196-
197-
* AutoFill
198-
* ColReorder
199-
* ColVis
200-
* FixedColumns
201-
* FixedHeader
202-
* KeyTable
203-
* Scroller
204-
* TableTools
196+
````
197+
[Plugin] : [ExtraName]
198+
AutoFill : dataTables.autoFill
199+
ColReorder : dataTables.colReorder
200+
ColVis : dataTables.colVis
201+
FixedColumns : dataTables.fixedColumn
202+
FixedHeader : dataTables.fixedHeader
203+
KeyTable : dataTables.keyTable
204+
Scroller : dataTables.scroller
205+
TableTools : dataTables.tableTools
206+
````
205207

206208
Unofficial extra is available:
207-
* Responsive
209+
````
210+
Responsive : dataTables.responsive
211+
````
208212

209213
### How to use Extras
210214
1 - To add an extra into your application, add its JS file to `application.js` using the following pattern:

0 commit comments

Comments
 (0)