make input of right-aligned editable cells right-aligned
This commit is contained in:
parent
7bdf8d8c0b
commit
52f946848c
1 changed files with 1 additions and 0 deletions
|
@ -1005,6 +1005,7 @@ Ox.TableList = function(options, self) {
|
||||||
$input = Ox.Input({
|
$input = Ox.Input({
|
||||||
autovalidate: column.input ? column.input.autovalidate : null,
|
autovalidate: column.input ? column.input.autovalidate : null,
|
||||||
style: 'square',
|
style: 'square',
|
||||||
|
textAlign: column.align || 'left',
|
||||||
value: column.unformat ? column.unformat(html) : html,
|
value: column.unformat ? column.unformat(html) : html,
|
||||||
width: width
|
width: width
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue