Hi Handsontable support,
Is there a way to validate the Autocomplete strict mode (Ajax) on load? I was wondering since the options is not loaded in memory.
Thank you
Hi Handsontable support,
Is there a way to validate the Autocomplete strict mode (Ajax) on load? I was wondering since the options is not loaded in memory.
Thank you
Hi @r.evangelio
If the data isn’t validated on initialization, you can try to call validateColumns
method to force the validation. Here’s a simple example:
It should also work for data fetched from JSON file. You can run validation after the data is loaded in afterLoadData
hook.