Ihaddaden Mohamed El Fodil
Ihaddaden Mohamed El Fodil
Hi @joelgombin thanks for your feedback. You're absolutely right, `columns = c("postcode", "adresse")` would be way more efficient for the end user and is R friendly however to be honest...
thanks @paul-carteron I'll have a look at Baris_explain, the problem with `cat` is that you cannot assign the result of it to a variable, i.e, this is not possible: x
@AhmedKhaled945 I'm having the same issue :/ did you find a solution for this ?
Thanks @stla is `createdCell ` needed in my case or changing the callback code should be enough?
These are the modifications that are causing the issue https://github.com/rstudio/DT/pull/860/files#diff-7c0c45b02b95552b2b58278c3ce9de811ec27e03a89ceb561ca1175c3f8a1b03 I've tried to use the $input.trigger('blur'); but still doesn't work
`changeInput('cell_edit', [cellInfo(cell)], 'DT.cellInfo', null, {priority: 'event'});` this is now ignored when I use the $input.trigger('blur') or 'change'
@stla thanks again for your help. I tried your code many times, otherwise I wouldn't be here commenting on the issue ^^, the problem is like the modification of the...
@stla it's working using the following JS code. The event has been changed from "change" to "blur" in DT version 0.19, so we need to proceed as follow: ``` "...
@stla could you please update it in your stack overflow answer?
Hi, thanks for your reply. Yeah it would be great. Thank you so much for your efforts. I'm still learning vue3 but if I can help with something, don't hesitat...