Column Header and Row headers in HandsonTable

Tags: #<Tag:0x00007efc61e7c228>

Hello there,

            We are using handsontable in our project and there is a requirement where we need to check unique combination of row name and column name, if not then it should raise an error.

for example,

this should show error as {row1}{column1} already exist.

Can you please help me, if it is workable in handsontable?

Thank you,

Best Regards,

Pranay

Hi @pmohite13
It’s possible but you should guide me on which parameters should be checked:

  1. The repetition shall not occur in the columns only
  2. The repetition shall not occur in the columns and rows
  3. The repetition shall not occur in all cells