You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,9 @@ var setup = { // Object that contain settings. Any setting may be missed.
39
39
MDX2JSONSource:"http://localhost:57772/SAMPLES", // MDX2JSON source server address
40
40
basicMDX:"SELECT NON EMPTY [Product].[P1].[Product Category].Members ON 0, NON EMPTY [Outlet].[H1].[Region].Members ON 1 FROM [HoleFoods]"// basic MDX which are going to be rendered when widget loads
41
41
}
42
+
, caption:"My table"// if set, table basic caption will be replaced by this text
42
43
, showSummary:true// show summary by columns
43
-
, formatNumbers:"#,###.##"// number formatting mask
44
+
, formatNumbers:"#,###.##"// number formatting mask // @deprecated
0 commit comments