Closed mdupont closed 1 year ago
See https://github.com/DataTables/Dist-DataTables-Bootstrap5/blob/1.13.2/css/dataTables.bootstrap5.css#L123
The processing indicator is not shown because the final CSS contains an invalid value for the background property in 1.13.2
background
background: 13 110 253;
in 1.13.1 it was valid, with
background: rgba(13, 110, 253, 0.9);
Hi - thanks for flagging this up. There are a couple of threads in the forum about it as well, such as this one. It is indeed an error and has been fixed in git, but not yet released. It will be soon!
See https://github.com/DataTables/Dist-DataTables-Bootstrap5/blob/1.13.2/css/dataTables.bootstrap5.css#L123
The processing indicator is not shown because the final CSS contains an invalid value for the
background
property in 1.13.2in 1.13.1 it was valid, with