You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like the '<div class="checkbox checkbox-primary"><input checked="checked" disabled="disabled" type="checkbox"><label></label></div>' markup to be converted. Is it possible?
It would also be nice to add a feature to use different conversions for different export types. For example PDF supports if there's a check icon ( ✓ ) in the 'to' field, while Excel doesn't.
The text was updated successfully, but these errors were encountered:
Prerequisites
master
branch of yii2-grid.I'm using the latest version of yii2-grid and
exportConversions
option doesn't work for me for checkbox, it works when using simple tags, though.Example
This works:
This doesn't:
I'd like the
'<div class="checkbox checkbox-primary"><input checked="checked" disabled="disabled" type="checkbox"><label></label></div>'
markup to be converted. Is it possible?It would also be nice to add a feature to use different conversions for different export types. For example PDF supports if there's a check icon (
✓
) in the'to'
field, while Excel doesn't.The text was updated successfully, but these errors were encountered: