File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -193,18 +193,22 @@ These files can be found in the [assets directory][assets].
193193## Extras
194194
195195Official 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
206208Unofficial extra is available:
207- * Responsive
209+ ````
210+ Responsive : dataTables.responsive
211+ ````
208212
209213### How to use Extras
2102141 - To add an extra into your application, add its JS file to `application.js` using the following pattern :
You can’t perform that action at this time.
0 commit comments