Jacques Archimède
Jacques Archimède
You can use this plugin : https://github.com/padolsey-archive/jquery.fn/tree/master/sortElements and add this function to your script: ``` sortColumn = function(obj) { var table = obj; var arrowDown = 'fa-angle-down'; var arrowUp =...
Hi, Replace "btn-default" (bootstratp 3) by "btn-secondary" (bootstratp 4) and "glyphicon" by "fa" : ``` buttons: { edit: { class: 'btn btn-sm btn-secondary', html: '', action: 'edit' }, delete: {...
Hello, Sorry, time picker is not implemented
For accessibility reasons, you can’t do that. Why? Because when the calendar is open, the focus must be placed on it so that the blind user can choose a date...
Sorry, I don't know Angular at all! Maybe someone else can help you.
Hi, Please can you provide more details ?
The 'input' event is triggered with an autocomplete input so this works for me: ```js var anElement = new AutoNumeric(domElement); if (! domElement.hasAttribute('autocomplete') || domElement.getAttribute('autocomplete') !== 'off') { domElement.addEventListener("input", function(event)...
Maybe, but works fine with Firefox 64, Chrome 7, Opera 57 and Edge, It's a solution for those who use recent browsers
@AlexandreBonneau : do you plan to include this workaround in AutoNumeric.js ?
Hi, Thank you for your reply Ok, I will ignore this warning. I don't want to use the `-Wunused-variable` flag. Thank you for not closing this issue until it is...