Skip to content

Commit a516898

Browse files
committed
Remove TableTools_JUI.css file from project because after TableTools version 2.2.0 (28 Jan 2014) it’s only necessary to reference the file dataTables.tableTools.css.scss to use TableTools correctly.
1 parent 70f0ea4 commit a516898

File tree

2 files changed

+3
-189
lines changed

2 files changed

+3
-189
lines changed

Readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,20 +216,19 @@ Responsive : dataTables.responsive
216216
```
217217

218218
2 - Additionally, you may need to add any associated CSS files. For instance the TableTools extra requires
219-
you to add the following two lines to your `application.css` file:
219+
you to add the following line to your `application.css` file:
220220

221221
```css
222222
*= require dataTables/extras/dataTables.tableTools
223-
*= require dataTables/extras/TableTools_JUI
224223
```
225224

226-
Make sure to also add it's initialization as described on [datatables extras' site][datatables_extras]
225+
Make sure to also add it's initialization as described on [datatables extras' site][datatables_extras].
227226

228227
## Articles and Extras
229228

230229
[RailsCast #340 DataTables] Apr 11, 2012.
231230

232-
[ajax-datatables-rails] a wrapper around datatable's ajax methods that allow synchronization with server-side
231+
[ajax-datatables-rails] a wrapper around datatable's ajax methods that allow synchronization with server-side.
233232

234233
## Thanks
235234

app/assets/stylesheets/dataTables/extras/TableTools_JUI.css

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)