如何在材料表中更改editComponent的对齐方式?

问题描述

货币类型列的认对齐方式为“正确”:

Right aligned column

我将其更改为“左”:

Left aligned column

但是editComponent的对齐方式保持不变:

editComponent

这是相应的代码部分:

columns={[
                {title: 'Tarih',field: 'date',type: 'date',dateSetting: {locale: 'tr-TR'}},{title: 'Malzeme',field: 'description'},{
                    title: 'Fiyat',field: 'price',type: 'currency',currencySetting: {currencyCode: 'TRY',locale: 'tr-TR'},align: 'left'
                },]}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)