feat: add editingAlign to EditableTable
This commit is contained in:
parent
7be120ef3a
commit
b88423145c
2 changed files with 14 additions and 5 deletions
|
|
@ -155,6 +155,7 @@ const mainFields = currency => [
|
|||
display: 'Cash-in',
|
||||
width: 169,
|
||||
size: 'lg',
|
||||
editingAlign: 'right',
|
||||
input: NumberInput,
|
||||
suffix: '%',
|
||||
inputProps: {
|
||||
|
|
@ -167,6 +168,7 @@ const mainFields = currency => [
|
|||
display: 'Cash-out',
|
||||
width: 169,
|
||||
size: 'lg',
|
||||
editingAlign: 'right',
|
||||
input: NumberInput,
|
||||
suffix: '%',
|
||||
inputProps: {
|
||||
|
|
@ -180,6 +182,7 @@ const mainFields = currency => [
|
|||
size: 'lg',
|
||||
doubleHeader: 'Cash-in only',
|
||||
textAlign: 'center',
|
||||
editingAlign: 'right',
|
||||
input: NumberInput,
|
||||
suffix: currency,
|
||||
inputProps: {
|
||||
|
|
@ -193,6 +196,7 @@ const mainFields = currency => [
|
|||
size: 'lg',
|
||||
doubleHeader: 'Cash-in only',
|
||||
textAlign: 'center',
|
||||
editingAlign: 'right',
|
||||
input: NumberInput,
|
||||
suffix: currency,
|
||||
inputProps: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue