iDx Official priority asked 10 months 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 .


Mateusz Lazaru staff commented 10 months ago

after you refresh the page?


KieranFoot priority answered 10 months 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.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • 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