Pieter van Os

Results 7 comments of Pieter van Os

Your commits solved my issue. I had a lot of memory issues in an app where we would download and store video files of around 50 mb. But on an...

The following workaround solved it for me: .swal-overlay--show-modal .swal-modal { will-change: unset !important; }

@ktbyers **Show** ``` commands = ["show version"] ``` **Output** ``` ----------------------------------------------------------------------------- ArubaOS-CX (c) Copyright Hewlett Packard Enterprise Development LP ----------------------------------------------------------------------------- Version : Virtual.10.04.1000 Build Date : Build ID : ArubaOS-CX:Virtual.10.04.1000:3f752af05989:202003111738...

I managed to find out that it happens because this function splits everything on a space and then searched for the class that starts with bootstrap-table-filter-control- bootstrap-table-filter-control.js line 4304 ![image](https://github.com/wenzhixin/bootstrap-table/assets/58322436/8667bccd-c224-469b-8d15-1e5db0f8ccf6)

I managed to fix this, can somebody verify for me if this is it okay and commit it ? bootstrap-table-filter-control.js line 4828 - 4835 you have to wrap the column.field...

@DustinUtecht @wenzhixin Sure you have a point there, but not escaping those column fields for the css classes is also a bit strange in my opinion. We connect the table...

@wenzhixin any update regarding this issue?