File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 98
98
container : document . getElementById ( "pivot" ) // HTMLElement which will contain table.
99
99
//, locale: "en" // language to use (default: browser default or "en")
100
100
, dataSource : {
101
- MDX2JSONSource : "http://" + location . hostname + ":57773 /MDX2JSON"
101
+ MDX2JSONSource : "http://" + location . hostname + ":57776 /MDX2JSON"
102
102
//MDX2JSONSource: "http://37.139.4.54/MDX2JSON"
103
103
// MDX2JSON server address
104
104
, basicMDX : typeof req === "object" ? req . basicMDX : req
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " LightPivotTable" ,
3
3
"author" : " ZitRo" ,
4
- "version" : " 1.4.2 " ,
4
+ "version" : " 1.4.3 " ,
5
5
"description" : " A lightweight pivot table for MDX2JSON source for InterSystems Cache" ,
6
6
"main" : " test/testServer.js" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 396
396
}
397
397
398
398
.lpt-searchBlock {
399
- /*position: absolute;*/
400
399
box-sizing : border-box;
401
400
overflow : hidden;
402
- /*top: 0;*/
403
- /*width: 100%;*/
404
401
height : 20px ;
405
402
font-size : 14px ;
406
403
border : 1px solid rgb (208 , 208 , 208 );
427
424
top : 0 ;
428
425
right : 5px ;
429
426
color : gray;
427
+ pointer-events : none;
430
428
}
431
429
432
430
.lpt-searchSelectOuter select {
You can’t perform that action at this time.
0 commit comments