What is the process for getting a code change into the next release of Handsontable?

Tags: #<Tag:0x00007f8b28ce6ca0>

We think we may have found a missed case in the code for getAtColumn which returns an array of column values from the data source. The code covers the case if property for data lookup is a String or number, but it fails if the property was a function.

We have added the function case to our copy of Handsontable pro, but we do not want to have to continue to propagate this change every time we update our version of Handsontable. How can we go about getting this change officially added to Handsontable code base?

Hi @shakiem_saunders

if the change can be done to Handsontable CE you can create a pull request. Here is a list of pull requests

If you would like to add one please remember to follow the contributing guidelines

1 Like