No Code Attached Yet
avatar HSorgYves
HSorgYves
7 Sep 2022

Steps to reproduce the issue

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)

Expected result

Allow all classes from Bootstrap and hide the column as soon as it is deselected.

Actual result

Doesn't hide the column if one of the mentioned classes is used.

System information (as much as possible)

Additional comments

avatar HSorgYves HSorgYves - open - 7 Sep 2022
avatar joomla-cms-bot joomla-cms-bot - change - 7 Sep 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 7 Sep 2022
avatar HSorgYves
HSorgYves - comment - 7 Sep 2022

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');

avatar brianteeman
brianteeman - comment - 8 Sep 2022

makes sense - please test #38723

avatar Quy Quy - change - 8 Sep 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-09-08 13:38:15
Closed_By Quy
avatar Quy Quy - close - 8 Sep 2022

Add a Comment

Login with GitHub to post a comment