Giter Site home page Giter Site logo

bootstrap-table-rails's People

Contributors

bjevanchiu avatar iceinsidefire avatar matpowel avatar nghi93 avatar thutterer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-table-rails's Issues

Moving to using bootstrap-table 1.20 (to get bootstrap 5)?

Hi Bejevanchiu,

Thanks for this project. Great work ๐Ÿ‘

I'm just wondering if you are planning to wrap bootstrap-table 1.20, which introduces bootstrap 5?

From the bootstrap-table changelog...

image

Or is there any technical reason that could block this?

No route matches [GET] "/assets/bootstrap-table.css.map

I got this error on puma console.
ActionController::RoutingError (No route matches [GET] "/assets/bootstrap-table.css.map"):
I finded this string in vendor/assets/javascripts/bootstrap-tableap-table/bootstrap-table.css in the end of it:
/*# sourceMappingURL=bootstrap-table.css.map */

Sprockets::FileNotFound

Hi, and thanks for maintaining this gem! I'm attempting to upgrade to 1.20.2 from 1.12.1 and am getting Sprockets::FileNotFound: couldn't find file 'bootstrap-table' with type 'application/javascript'. It looks like this was an issue in a previous version of this gem that was resolved by a later release. Possibly re-introduced? Thanks again!!

Update to bootstrap-table 1.12.1?

Thanks for putting together this very handy gem. I'm debugging some issues with bootstrap-table in my app, and suspect it could be fixed in the latest bootstrap-table version. Are there any plans to upgrade this in the near future?

incorect result when use "filter" & search"

Hi, When i tried to filter '123' (apartment column link), the result displayed as 1108 which dont related to '123'. It was the same with search function. if apartment column is text, it is OK.

 <table
 data-toggle="table" 
 data-pagination="true" 
 data-search="true" 
 data-filter-control="true"
 >
 <thead>
    <tr>
        <th data-field="apartment" data-filter-control="input" > apartment </th>
        <th data-sortable="true"> room </th>
        <th data-sortable="true"> wc </th>
    </tr>
 </thead>

 <tbody>
      <td> <%= link_to apartment.name, { :controller => :apartments, :action => :notification, :id => apartment.id }, method: :get %>  </td>
        <td> <%=  apartment.room%>  </td>
        <td class="editable editable-click"><%=  apartment.wc%>  </td>
 </tbody>
</table>

Doesn't work - Sprockets::FileNotFound

couldn't find file 'bootstrap-table' with type 'application/javascript'

Added to gemfile:
gem 'bootstrap-table-rails', '~> 1.8.1'

bundle install successful
Using bootstrap-table-rails 1.8.1

Added to application.js
//= require bootstrap-table
//= require bootstrap-table-all
//= require bootstrap-table-locale-all

Running Rails 4.2.3

JS SyntaxError: Unexpected token {

The error is in bootstrap-table-all. I found this:

table(a = a.replace(/[A-Za-z]/, ""), b.toLowerCase()) {case "s": a = +a; break;

It looks like all of the switch statements are being replaced with table
I noticed it in 4 places total.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.