Skip to content
Snippets Groups Projects
Commit b6756ff8 authored by Hermann's avatar Hermann
Browse files

make table rows only hoverable if clickOnRows is true

parent 8bbef6a9
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ export default class TableView {
item() {
return data => m(ListTile, {
className: 'themed-list-tile',
hoverable: true,
hoverable: this.clickOnRows,
compactFront: true,
compact: true,
content: m('div', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment