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