Forum Discussion
็How to develop Advance Edit mode?
- 5 years ago
Hi Supakit_1,
You need to write your logic to render the visual output based on this value. So if enabled, you'll render the UI you need for advanced edit mode instead of your normal visual display. To manage your expectations, it does add a lot of overhead to your codebase.
If you need an example you can freely explore, Power KPI Matrix uses this - here's the source code.
Regards,
Daniel
Hi Supakit_1,
You need to write your logic to render the visual output based on this value. So if enabled, you'll render the UI you need for advanced edit mode instead of your normal visual display. To manage your expectations, it does add a lot of overhead to your codebase.
If you need an example you can freely explore, Power KPI Matrix uses this - here's the source code.
Regards,
Daniel
This is what I looking for. Thanks