I am using afterChange and afterLoadData, but if I used setCellMeta in the hook, I can see that setCellMeta is running normally in the case of afterChange, but afterLoadData is not applied because of timing problems. If I run with setTimeout, it seems to run after everything is loaded, but how can I run the contents in the hook without using setTimeout when the table is initialized or loaded?
Below is an example of jsfiddle that corresponds to the above.