iommirocks / iommi

Your first pick for a django power cord
http://iommi.rocks
BSD 3-Clause "New" or "Revised" License
658 stars 45 forks source link

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

Open berycz opened 4 months ago

berycz commented 4 months ago

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)