mkhairi / jquery-datatables

Jquery datatables ruby gems for assets pipeline
https://datatables.net/
Other
75 stars 18 forks source link

RoutingError on sort images #2

Closed cdwilhelm closed 7 years ago

cdwilhelm commented 7 years ago

Great gem, thanks for putting this together.

Started GET "/images/sort_asc.png" for 127.0.0.1 at 2017-02-17 06:11:54 -0700

ActionController::RoutingError (No route matches [GET] "/images/sort_asc.png"):

The images should be included in the pipeline and the css can use image-url to use the asset path. for example

table.dataTable thead .sorting {
  background-image: image-url("sort_both.png");
}