iommirocks/iommi

"select all" won't work on Table with divs

berycz opened this issue · 0 comments

if you make a table with divs, like

                "Table__tag": "div",
                "Table__header__template": None,
                "Table__tbody__tag": "div",
                "Table__row__tag": "div",
                "Table__cell__tag": "div",

the JS iommi_table_js_select_all and iommi_table_js_select_all_pages won't work because of the selectors 'table' and 'tbody'
(I've just noticed that in the code, I'm not using it)