Skip to content

Commit 3ba9c20

Browse files
Merge pull request #111 from luismaia/bootstrap_print_info
Remove TableTools_JUI.css file from project
2 parents 2598240 + a516898 commit 3ba9c20

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)