Changelog
esOutput2 0.0.0.9000
Migration from esTable
esTable reimplementation This migration should be mostly transparent and does not require changes on behalf of the developer.
There are some caveat to this:
-
esoutput2 can no longer accept datatables (via
DT::datatable()) as inputs. This will require some changes downstream users, including in the frontend. This changes is necessary for a clean API, for example to allow later replacement of DT by another library #19. This change is also necessary to clean up the reactive graph. Passing around a ready-madeDT::datatable()as a reactive, as before, can gunk up the reactive graph with unnecessarily heavy invalidations, which may also affect performance.