Want CRUD in modal. #859
Replies: 1 comment 2 replies
-
Hello @Hiren-Gamit, if you're looking to add a new entry within a modal without closing the current one, you can utilize the InlineCreate Operation. However, for a full CRUD operation within a modal, we currently don't offer that feature. Implementing a comprehensive CRUD within a modal presents development challenges, and at the moment, we're focusing on features that benefit a larger user base. If you make progress on this requirement, feel free to share it with the community. I'll keep this thread open to gather opinions and contributions from other users. Cheers. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to some CRUD operation in bootstrap modal.
I want this feature because in case i want to add and show some details from any other page so i can click the button and opan modal. In that modal first list and at the top there are one button to create new and in list edit delate any other operation through modal without loading page.
Beta Was this translation helpful? Give feedback.
All reactions