Hi,
We are currently testing a demo of Flexmonster.
We need users to be able to edit the table cells from the view in the image attached. Is this possible? I know that you can edit them from the pop up window, but editing from this view is an essential feature for us.
Is there a way to turn on keyboard navigation throughout the table?
Thank you!
Hi, Jessie,
Thank you for posting to our forum and providing a screenshot of your grid.
Our team has prepared an example with editable cells, please have a look: https://jsfiddle.net/flexmonster/05x4e2pm/.
In the example, every cell value is changed to an <input> tag using the customizeCell
API call. For further details on customizeCell please see https://www.flexmonster.com/api/customizecell/.
We have added the onChange
handler (lines 37-60 in the example) to track the changes in the input field. This method sends a post request with both old and new values and the difference between them. You are welcome to specify the request URL as a link to the script that will handle it. That should help to apply the changes to the original dataset.
Please let us know if it works for you and if any other questions arise.
Best regards,
Milena
Hi, Jessie,
We are just checking in to ask if you’ve found our response helpful.
Could you please let us know if the provided example works for your case?
Looking forward to hearing from you.
Kind regards,
Milena
Hello, Jessie,
Hope you are doing well!
We were wondering if our response helped you with your question.
Did you have a chance to check our example with editable cells?
We would be happy to hear your feedback.
Kind regards,
Milena