Column not being hidden

The json data I pass into my hot has an extra column ‘level’ that I need for my ajax call but I want it hidden in the table.

As you can see by the screenshots, the data is hidden but if you scroll to the right, an empty column still exists:


After you scroll right:

Is this a bug or is there something wrong with my implementation? Thanks

Hey @nirmalmulji

I think that it works well in the JSFiddle https://jsfiddle.net/handsoncode/6ar1hbxo/

we get the last numeric column hidden (index 7).

After further testing I realized that it works fine on JSFiddle and Firefox browser, but the problem occurs on google chrome browser. It happens when the column I need to hide is the last column. It seems like a bug

Can you send me a demo where the issue can be replicable? All the demos that I made are firstly tested with the latest Chrome.