My handontable render too slow if I add date validator to date type column otherwise it works fine and renders very quickly. Is there any way to reduce rendering time while use date validator? if there is no way to reduce validation time, is there any built-in way to disable it while loading data and only run validator if the cell value changes?
Date validator takes too much time while loading data
Can you share the logic of your renderer (perfectly in a demo)?
Currently validation is triggered for all the cells on each renderer.