Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

When the "TableEditProperties" popup is opened, clicking the Update button triggers a console error. This issue occurs only when the table contains content. An empty table does not exhibit this problem. 


Replication Steps:

  1. Run the sample.
  2. Click on any cell to open the table's quick toolbar.
  3. Select the "TableEditProperties" option (the first option). The popup will appear.
  4. Change any values for cell padding or cell spacing, and click the Update button. A console error occurs.
    Note: Clicking the Update button without modifying the cell padding or spacing values also causes the issue.


Expected Behaviour:
No console error should occur when editing a table using the "TableEditProperties" popup.

Actual Behaviour:
A console error occurs when editing a table using the "TableEditProperties" popup.