Skip to content

Commit 23c440e

Browse files
Inability to open the search field menu by clicking on arrow fix
1 parent dd9439d commit 23c440e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

example/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

source/css/LightPivot.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,8 @@
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);
@@ -427,6 +424,7 @@
427424
top: 0;
428425
right: 5px;
429426
color: gray;
427+
pointer-events: none;
430428
}
431429

432430
.lpt-searchSelectOuter select {

0 commit comments

Comments
 (0)