Hi
I am using handsontable latest version inside my angular framework. I am using validation- code like
this.hotRegisterer.getInstance(this.id).validateCells((valid)
if valid false i am showing the alert message like
this.alert_snack.add(‘Give required fields’);z
this is my snacbarRef
this.snackBarRef = this.snackBar.open(message.message, message.action, {duration: 3000, verticalPosition: ‘top’,
panelClass: ‘matSuccess_position’});
which is default for my whole application what is the problem panel class matSuccess position is not applying properly.
My alert need to display at top in centre of the screen. But in handsontable page the message displaying in my left corner of screen. And the message hanged for so many minutes. likewise i am facing pblm. Any resolution for this?