we need to transpose the data of the table from column to the rows
but we are unable to do so it seems it is not possible with handsontable
Ref screenshot : https://imgur.com/MXfP3u3
please help us with the same
we need to transpose the data of the table from column to the rows
but we are unable to do so it seems it is not possible with handsontable
Ref screenshot : https://imgur.com/MXfP3u3
please help us with the same
It is not a functionality that is available out of the box. Generally, I recommend checking this helper’s logic https://github.com/handsontable/handsontable/blob/6a1706061163b8d1f7752e54ef6f10efbc764b8b/handsontable/src/helpers/array.js#L29. Helpers are not the official part of the API and are not available as modules to be imported in the project. But you can use that example to create your own logic.