jquery-datatables-rails
jquery-datatables-rails copied to clipboard
jquery-datatables gem for rails
I read the documentation, and got as far as step 3. Running the command ``` rails generate jquery:datatables:install ``` It added `//= require dataTables/jquery.dataTables` to my `application.js` file. When I...
I suggest including a link to this information for people upgrading from 1.x to a 2.x or 3.x version (implying DataTables 1.10 or later): http://stackoverflow.com/questions/26169803/upgrade-to-jquery-datatables-rails-2-2-3-from-2-2-1-breaks-code-in-railscasts-34
In my coffescript files: ``` table = $("#order_items").dataTable( sDom: "t" bProcessing: true sScrollX: "100%" bScrollCollapse: true bAutoWidth: false iDisplayLength: 25 aaSorting: [[1, "desc"]] aoColumns: [ sWidth: "150px" , sWidth: "400px"...
I found some scss files to be executable, but I don't think they should be. And by updating to the newest version I found other new files that are executable...
it seems to never call "mydate" sort, the same code works on jsfiddle. http://jsfiddle.net/jengert/Lgf4pmox/15/embedded/result/ my rails code: https://gist.github.com/j-engert/e5c35488c618f752bfac it loads datatable, it sorts by first column in reverse; but it...
on `rake assets:precompile` I'm getting an error I'm unsure how to resolve. {"reason"=>"Unknown word", "file"=>#Java::OrgMozillaJavascript::ConsString:0xba881e9, "line"=>38.0, "column"=>4.0, "source"=>"/*\n \* File: demo_table_jui.css\n \* CVS: $Id$\n "message"=>#Java::OrgMozillaJavascript::ConsString:0x515fa9ad} (in /opt/rubies/jruby-1.7.17/lib/ruby/gems/shared/bundler/gems/jquery-datatables-rails-dbff2bfa3b5c/app/assets/stylesheets/dataTables/src/demo_table_jui.css) org/jruby/RubyProc.java:271:in `call' My...
If we include code climate GPA score badge on this repo, that will help us to keep track of the quality of the code.
I'm trying to make sure my responsive installation is correct. I deleted all related records from application.js and application.css.scss and ran the generator. It returned a message that it updated...