Open berycz opened 8 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)
iommi_table_js_select_all
iommi_table_js_select_all_pages
'table'
'tbody'
if you make a table with divs, like
the JS
iommi_table_js_select_all
andiommi_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)