Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ExtJS 开发一个表单,其中包含一个网格,其中一个列通常具有负值,因此在数字前显示负号时存在问题,它将显示为 1234567-!其渲染器中记录的实际值是正确的,但显示是相反的!
我试图为此列设置方向或设置“rtl”,但它只适用于网格的标题。
我应该如何更改我的代码来修复它?
我认为你应该在 app.json 中进行更改。
Change "path": "${framework.dir}/build/ext-all-rtl-debug.js" For "path": "${framework.dir}/build/ext-all-debug.js"
做煎茶应用手表。我认为这将是工作