We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b116cc commit cb56543Copy full SHA for cb56543
plotly/plotlygrid_aux/helpers/gridmsg.m
@@ -19,6 +19,8 @@
19
errormsg = ['\nOops! Please data input must be a matrix!\n\n'];
20
case 'gridAppendCols:noGridId'
21
errormsg = ['\nOops! Please specify a gridId!\n\n'];
22
+ case 'gridDelete:noGridId'
23
+ errormsg = ['\nOops! Please specify a gridId!\n\n'];
24
case 'gridAppendCols:invalidInput'
25
errormsg = ['\nOops! Column input must be a struct!\n\n'];
26
case 'gridFilename:alreadyExists'
0 commit comments