Open farshidz opened 4 years ago
currently only data
and some select properties can be modified. Would I accept a PR to change it? Maybe. Seems like there's some pretty huge potential for shooting oneself in the foot there (and as an open source maintainer, let me tell you, people love shooting at their feet).
Wondering if the extra_attributes
hash (general dumping ground for javascript filters) might work for you?
I'm trying to write a filer that adds a prefix to
database
. I tried this, which doesn't do anything:Also this failed because
row
is not a map:Is there a way to this this or is
data
the only part of the record that can be modified in a filter?