Could you elaborate more on what you meant by “skip HotColumn definition and use the table one”.
Is there a way, I can Mix HotColumn and regular columns and if so, could you share a example?
I would like to define the first column to have React header style using HotColumn renderder and rest should be just data. that can be added or shrink later at time. However, I could not figure out the way to use only one HotColumn.
And lastly, how can I raise the priority for this issue?
in the main component. The columns is an equivalent of the HotColumn component in a way that it shouldn’t be hard to switch to it when you already have your logic applied per column. An alternative is cells option that also allows to define settings per row.
If you could send over your current implementation and the list of requirements, I can assist with the necessary changes. You don’t have to post it here on the forum; you can email it to me at support@handsontable.com.
Regarding the issue priority, it’s currently set to ‘medium.’ We’re mainly concentrating on the Accessibility project, and we’ll be releasing a new major version in the next two weeks (Accessibility part 1). However, if you could provide your current support plan and the mentioned configuration, I’ll check if there’s anything we can do to bump up the priority.
In this case, when we omit the HotColumn component addition, you should alter the settings variable instead, or settings.columns - as it will be easier to update. Then when you update you should call the method to update the settings in the table.
instance.updateSettings({
columns
})
The columns option is an array of objects. In this case so you can use similar logic with setting columns to an empty array and using push() as many times as defined in the input.
If you’d have any issues with the demo please share your license ID or license email holder at support@handsontable.com so we will be able to create a custom demo for you.