fix: Datatable fixes

- Remove minWidth limit
- Double click to resize to perfect width
This commit is contained in:
Faris Ansari 2019-03-30 18:37:50 +05:30
parent b48755a9a1
commit fd43685695
2 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@
"bootstrap": "^4.3.1",
"cookie": "^0.3.1",
"express": "^4.16.2",
"frappe-datatable": "^1.8.0",
"frappe-datatable": "^1.10.0",
"frappe-gantt": "^0.1.0",
"fuse.js": "^3.2.0",
"highlight.js": "^9.12.0",

View file

@ -1715,6 +1715,7 @@ forwarded@~0.1.2:
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=
fragment-cache@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
@ -1722,10 +1723,10 @@ fragment-cache@^0.2.1:
dependencies:
map-cache "^0.2.2"
frappe-datatable@^1.8.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.9.0.tgz#63d6f2af0b6ea00f9b66bb3e55606f5d82b5644b"
integrity sha512-dEKUc8svDH2AoAlcHT4q3DA8Zo0kU3ihrpe9I2VqYKmmygltLXCH5iw3k3IZBVBy17hH49JtzAKGky0OazINHA==
frappe-datatable@^1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.10.0.tgz#915a7a6754cf6b66dbf7b07323a381e760a74221"
integrity sha512-xuiFvDUSgKIaG0vZZvQsKLs5LUqFfo5nSE+wzBwEzE5iytBaJfKXzqud71AtqteQ0CCrEe9P/tMD+hZfcnbh/Q==
dependencies:
hyperlist "^1.0.0-beta"
lodash "^4.17.5"