Skip to content

Columns Name Calculations does not work when column title is chinese #1

@lyxiaoxiang

Description

@lyxiaoxiang

Columns Name Calculations does not work when column title is chinese.

For example:
data: [
{rmb_price:'=@价格10', price:'100'},
// {rmb_price:'=@price
10', price:'100'},
],

columns: [
{'title': '价格', 'name': 'price', 'width': '200px', 'type': 'numeric'},
{'title': '人民币价格', 'name': 'rmb_price', 'width': '150px', 'type': 'numeric'},
]

Can I use the name property of a column when calculating a formula?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions