Skip to content

Commit e5695ac

Browse files
authored
Table support for dynamic row height (#2125)
* ensure table rerenders when row height prop changed * bump vuu ui library packages 1.0.3
1 parent 14184e1 commit e5695ac

31 files changed

Lines changed: 357 additions & 320 deletions

File tree

vuu-ui/.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"error",
4040
{
4141
"ignoreRestSiblings": true,
42-
"argsIgnorePattern": "^_$",
43-
"varsIgnorePattern": "^_$"
42+
"argsIgnorePattern": "^_",
43+
"varsIgnorePattern": "^_"
4444
}
4545
]
4646
},

0 commit comments

Comments
 (0)