Topic: Table Editor Save
iDx Official priority asked 1 year ago
How can I save Table Editor to my data ?
After i refresh the my table editor it reset back
I want to make .Col and Save Them .
KieranFoot free answered 1 year ago
The table editor is exactly as the name suggests, an editor.
You would need to persist the data yourself, load on page load and save when it's updated.
You could use LocalStorage
or if you prefer fetch()
to communicate with your server/backend.
I'm using .Net Core so I have the choice of using SignalR for live comms too, but fetch()
works just as well.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 6.4.0
- Device: Pc
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Mateusz Lazaru staff commented 1 year ago
after you refresh the page?