我正在尝试在 Solr 中创建一个新的核心并将数据导入其中,但我在 Kendo 网格上显示这些数据,我需要在两个不同的字段(列)中显示来自数据库的一列的数据
这是我需要分成两个不同列的列中的数据
10680756-1000-RAT
我需要将“10680756”拆分为名为 A 的 1 和名为 B 的另一列
这是我的数据配置和架构
<entity name="myTable" pk="testingId"
query="select * from myTable"
>
<field column="codeStatus" name="codeStatus"/> (this column has the data "10680756-1000-RAT")
我需要像这样展示它:
Code Status A B
10680756-1000-RAT 10680756 1000