Vidyano/vidyano

Expose column name to query-grid-cell and query-grid-column-header as an attribute

fredebakker opened this issue · 0 comments

In the Web2 version the name of the query column was exposed on the query grid columns and headers, this is missing in Web3

This issue adds the name back to the grid cells and headers (this can come in handy when performing automated testing with frameworks like Cypress)


This was the situation in the Web2 client:

image

In Web3 no name attribute can be found:

image