Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,20 +216,19 @@ Responsive : dataTables.responsive
```

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

```css
*= require dataTables/extras/dataTables.tableTools
*= require dataTables/extras/TableTools_JUI
```

Make sure to also add it's initialization as described on [datatables extras' site][datatables_extras]
Make sure to also add it's initialization as described on [datatables extras' site][datatables_extras].

## Articles and Extras

[RailsCast #340 DataTables] Apr 11, 2012.

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

## Thanks

Expand Down
185 changes: 0 additions & 185 deletions app/assets/stylesheets/dataTables/extras/TableTools_JUI.css

This file was deleted.