-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Replacement for X-editable? #1615
Comments
|
I believe the problem with X-Editable remains. It didn't get any updates for a couple of years now and it doesn't support Bootstrap5 and Tabler. I could recommend HTMX for such a small feature but it'll require some work to be done on the backend. HTMX could also eliminate some JS scripts used for update, create and detail modals, which will result in less frontend code to maintain. Flask Admin could also use HTMX for deletions and prevent full page reload after deletion. Here is my take: why reload the list view after deleting a single item instead of removing that item (row) from the HTML table? |
It seems like this plugin hasn't had any development for a while. In addition, it doesn't work for Many-to-Many relationship.
Are there other alternatives?
The text was updated successfully, but these errors were encountered: