Returns a helper for converting a view <colgroup>
and <col>
elements to the model table columnWidths
attribute.
Only the inline width, provided as a percentage value, in the <col>
element is taken into account. If there are not enough <col>
elements matching this condition, the special value auto
is returned. It indicates that the width of a column will be automatically
calculated in the
post-fixer, depending
on the available table space.
Parameters
tableUtilsPlugin
:
Plugin
The TableUtils
plugin instance.
Returns
function
Conversion helper.