Metadata (or row identifier)

Tags: #<Tag:0x00007f8b240f3c80>

Is there an option to store metadata for a row rather than for each cell? This is to identify the row based on the value of metadata. For example, if a row contains details of a project, i need to flag the row as ‘project’ and if the row contains resource data, i need to flag it accordingly… This is for rendering the rows based on the characteristics of each row.

Hey @prasanth.sivakumar

have you tried https://handsontable.com/docs/6.2.2/Core.html#getCellMetaAtRow ?
Does it meet your requirements?

getCellMetaAtRow still gives the meta in each cell of the specified row. I was looking for set/get the meta for a row, rather that by each cell. But getCellmeta will work for me… Thank you

There are no other methods from the official API that I can propose.