thomas4019 / expressa

API creation middleware with an admin interface
MIT License
439 stars 27 forks source link

fix: use objectPath.get to get the value #190

Closed ikushum closed 2 years ago

ikushum commented 2 years ago

Use objectPath.get to get the value of a cell inside applyCustomColumnFilter. The name of the fields can be fieldname.childFieldname so standard way might not always work.