earnaud
earnaud
A namespacing issue would result in a non-reactivity. Here, the table reacts but does not update correctly. I will try to work on a reproducible example. Also, do you plan...
It would be a way to provide a non-reactive data.table in the `data` argument of dataEditServer, and have a fine control on the way the table widget updates.
Well, here is a first reprex. I did not meet the described bug, but I had another issue before this: the data seems to send bug although it is a...
Hi, I opened a full issue on https://github.com/ropensci/EML/issues/343 and provided a unit file I worked to give EML more units. I think I could serialize this table into XML format...
Hi @mbjones , Indeed, I naively worked on the tables returned by `EML::get_unitList()` and didn't think to look how the function actualy worked. Therefore, I shall turn my table into...