infor-cloud / m3-h5-sdk

https://infor-cloud.github.io/m3-h5-sdk/
36 stars 21 forks source link

showCellError SohoDataGridComponent #206

Open Owaiii opened 2 weeks ago

Owaiii commented 2 weeks ago

Hello, can you put the showCellError in SohoDataGridComponent ?

design.infor.com > data-grid > component

showCellError(row, cell, message, type) Show the cell errors.

tmcconechy commented 2 weeks ago

Yes it appears missing as a type you can do (elem as any).showErrorCell as a workaround. But for ids issues use our Jira project please https://inforwiki.atlassian.net/jira/software/c/projects/IDS/issues

Owaiii commented 23 hours ago

Hello tmcconechy,

"(elem as any).showErrorCell" does not work... can you detail your solution? Maybe I'm not doing it very well.

And I don't have access to JIRA. thx

tmcconechy commented 16 hours ago

I just mean if the type is missing you can use (elem as any) to get around the missing type