How to Exchange Data with a Custom Element Handling Tabular Data? #2587
Unanswered
Taiyangqihuo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add a custom element in Taipy to handle tables, using the third-party JS library Handsontable. I referred to the implementation of GameTable in the "Using tabular data" section of the Taipy documentation and replaced the HTML-based table with Handsontable. The data from the Taipy backend can be successfully displayed in Handsontable, but I don't know how to send the updated data from Handsontable back to the Taipy backend after modifying the table data on the front-end page. Could someone help me?Here's my code:
Beta Was this translation helpful? Give feedback.
All reactions