Hi,
I am writing this post to ask if there currently is a way to create and Handsontable instance and stopping it from rendering.
I am trying to validate some data in the backend by creating an Handsontable instance and calling the validateAll()
method.
I am doing this because it allows me to have one single data structure between the frontend and backend.
With NextJs though, I run into the window is not defined
error since the new table instance seems to be trying to access the window property that is not present in the backend.
Is there any way to circumvent this? Is writing my own validation the only solution?
Thank you in advance,
M.