Hi,
The HotColumn is great feature. While I am exploring how to use it properly, I got the following questions.
HandsonTable: 8.0.0-beta.1
HandsonTable/vue: 4.1.1
To my understanding, the HotColumn is just a wrapper of getting the column settings. If there is any ‘hot-renderer’ inside of the HotColumn (children), it will create a renderer wrapper and assign to the “columnSettings.renderer”
-
One of the great advantage of HotColumn is caching the render result which will improve the performance. My understanding is if we want to use pre-defined cell types, we will lose this feature, correct?
-
To the customized ‘hot-renderer’, what is proper way of passing additional parameter or props to it? I have tried a few ways, but none of them work. In the ‘getRendererWrapper’, it turns out the prop is {} and all of the standard parameters of renderer is injected through data.
-
If using the traditional cellTypes or the customized renderer, is there any way to cache the render result?
-
The columns displayed in our table is generated during the runtime. So, according to my understanding, if there are 12 columns, we can’t use “HotColumn” for just one of them, we need to render 12 "HotColumn"s inside of the “HotTable”, is that right?
Thanks so much,
Jerry