Classes d-xxl-table-cell, d-sm-table-cell and d-xs-table-cell (from Bootstrap) aren't removed by the new JavaScript table-columns(-es5)(.min).js(.gz)
Allow all classes from Bootstrap and hide the column as soon as it is deselected.
Doesn't hide the column if one of the mentioned classes is used.
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-09-08 13:38:15 |
Closed_By | ⇒ | Quy |
Simply add the mentioned classes twice in the two JavaScript files in the lines:
$el.classList.remove('d-none', 'd-md-table-cell', 'd-lg-table-cell', 'd-xl-table-cell');