diff --git a/source/Ox.UI/js/List/TableList.js b/source/Ox.UI/js/List/TableList.js index 724cba6e..8460de4a 100644 --- a/source/Ox.UI/js/List/TableList.js +++ b/source/Ox.UI/js/List/TableList.js @@ -1005,6 +1005,7 @@ Ox.TableList = function(options, self) { $input = Ox.Input({ autovalidate: column.input ? column.input.autovalidate : null, style: 'square', + textAlign: column.align || 'left', value: column.unformat ? column.unformat(html) : html, width: width })