Khairi Adnan

Results 18 comments of Khairi Adnan

Hi @evs-ch, Thanks for pr. Would you mind to make this pr to the official [materializecss](https://github.com/Dogfalo/materialize) repo instead of here? I will update this assets base on official repo. Thanks...

@flugge `M.Autocomplete()` method should be accessible. see the example usage in this [file](https://github.com/mkhairi/materialize-rails/blob/0c6d50fe51e21105ead721de776a80695fde1876/app/assets/javascripts/init.coffee#L19).

agree with @gizotti. All we need is to design simple_form wrappers that are compatible with materialize.

maybe this can give you some idea -> https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/material-design/forms/

flatpickr has material theme https://chmln.github.io/flatpickr/themes/

@Vorkosigan76, Rails 6 has added Webpacker as the default JavaScript compiler instead of Sprockets. See [readme](https://github.com/mkhairi/jquery-datatables#requirements)

if you still want to use with sprockets, you need to recreate javascripts folder in app/assets/ and update `app/assets/config/manifest.js` to tell sprockets load those folders. this default sprockets manifest in...

hi @Ana06, this issue may related with you css grid or something else.

@Ana06, owh just noticed your datatables in bootstrap tabs. We need to call [responsive.recalc()](https://datatables.net/reference/api/responsive.recalc()) as well so Responsive also knows about the change ```javascript $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { console.log( 'show...

this is probably a bug, but you may override current css with this: ``` table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before { top: initial; right: 1em; bottom: 0.3em; } ``` http://live.datatables.net/taxawetu/3