-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dtale fastapi integration #763
Comments
@jv1522 I can look into how hard it will be to convert the non-HTML based endpoints over to FastAPI. It will have to be customized to a point in order to support Python2. You can currently save filters by hitting the following endpoints this way (this is to filter a string column on a set of values):
To drop this filter you would do the following (the column name would need to match the one used above):
Here are some sample filter configs for different types of columns:
Hope this gives you enough to get started |
Is it possible to integrate dtale with fastapi and send the filters applied on UI back to the API to persist the filters?
The text was updated successfully, but these errors were encountered: