make input of right-aligned editable cells right-aligned

This commit is contained in:
rlx 2013-07-15 12:03:01 +00:00
parent 7bdf8d8c0b
commit 52f946848c

View file

@ -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
})