aio-libs/aiohttp-admin

Allow custom functions

Dreamsorcerer opened this issue · 0 comments

A more advanced feature might be to allow the user to define functions in a JS file somewhere, and then be able to load that file dynamically and reference those functions as part of the JSON schema.

This could open up some much deeper customisation wherever react-admin allows a function to be passed, such as using the FunctionField:
https://marmelab.com/react-admin/FunctionField.html