Hi
We are fetching data from database and inserted into json format.
We need new column for that ( hot.alter(‘insert_col’,1,1); ) this function used.
but I have getten one error like this
Uncaught Error: Cannot create new column. When data source in an object, you can only have as much columns as defined in first data row, data schema or in the ‘columns’ setting.If you want to be able to add new columns, you have to use array datasource.
I need solution for that