diff --git a/src/table/tr.wc b/src/table/tr.wc index bcaec0b..0dc2058 100644 --- a/src/table/tr.wc +++ b/src/table/tr.wc @@ -28,5 +28,13 @@ export default class Tr { __init__() { /* render */ } + + get scrollLeft() { + return 0 + } + + set scrollLeft(v) { + return v + } }