File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 9898 container : document . getElementById ( "pivot" ) // HTMLElement which will contain table.
9999 //, locale: "en" // language to use (default: browser default or "en")
100100 , dataSource : {
101- MDX2JSONSource : "http://" + location . hostname + ":57773 /MDX2JSON"
101+ MDX2JSONSource : "http://" + location . hostname + ":57776 /MDX2JSON"
102102 //MDX2JSONSource: "http://37.139.4.54/MDX2JSON"
103103 // MDX2JSON server address
104104 , basicMDX : typeof req === "object" ? req . basicMDX : req
Original file line number Diff line number Diff line change 11{
22 "name" : " LightPivotTable" ,
33 "author" : " ZitRo" ,
4- "version" : " 1.4.2 " ,
4+ "version" : " 1.4.3 " ,
55 "description" : " A lightweight pivot table for MDX2JSON source for InterSystems Cache" ,
66 "main" : " test/testServer.js" ,
77 "repository" : {
Original file line number Diff line number Diff line change 396396}
397397
398398.lpt-searchBlock {
399- /*position: absolute;*/
400399 box-sizing : border-box;
401400 overflow : hidden;
402- /*top: 0;*/
403- /*width: 100%;*/
404401 height : 20px ;
405402 font-size : 14px ;
406403 border : 1px solid rgb (208 , 208 , 208 );
427424 top : 0 ;
428425 right : 5px ;
429426 color : gray;
427+ pointer-events : none;
430428}
431429
432430.lpt-searchSelectOuter select {
You can’t perform that action at this time.
0 commit comments