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 e668eda commit 0c0078aCopy full SHA for 0c0078a
plotly/plotlygrid_aux/helpers/gridmsg.m
@@ -21,6 +21,10 @@
21
errormsg = ['\nOops! Please specify a gridId!\n\n'];
22
case 'gridDelete:noGridId'
23
24
+ case 'gridMeta:noGridId'
25
+ errormsg = ['\nOops! Please specify a gridId!\n\n'];
26
+ case 'gridMeta:noMetaData'
27
+ errormsg = ['\nOops! No meta data found!\n\n'];
28
case 'gridAppendCols:invalidInput'
29
errormsg = ['\nOops! Column input must be a struct!\n\n'];
30
case 'gridFilename:alreadyExists'
0 commit comments