DataObjectManager
DataObjectManager copied to clipboard
BUGFIX: Use locale decimals in DOM->setColumnWidths()
$DOM->setColumnWidths(); was not working in my French-locale site because the CSS width parameter was being passed with decimals preceded by a period instead of a dot. Changing %f to %F in sprintf() solves the issue.