Aksels Ledins

Results 2 comments of Aksels Ledins

Something like that ``` Project.use({ list: { fetch: { before(request, response, context) { if (!isEmpty(request.query) && request.query.name) { context.include = [{ model: Task, attributes: [ 'name' ], where: { name:...

Hello @gstvg , No, but this behavior should be easy to add. Please feel free to submit a PR. https://github.com/fizix-io/ra-customizable-datagrid/blob/master/src/CustomizableDatagrid.js#L46 add `withTranslate` HOC: https://github.com/marmelab/react-admin/blob/master/docs/Translation.md#withtranslate-hoc and use `label: translate(...`