You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在使用json 转表格时,使用表格的 smarTable.setSortColumn 排序功能 会报错,日志为:
E/AndroidRuntime: FATAL EXCEPTION: Thread-13
Process: com.example.shanxidemo, PID: 27579
com.bin.david.form.exception.TableException: NoSuchFieldException :Please check whether field name is correct!
at com.bin.david.form.core.TableParser$1.compare(TableParser.java:227)
at java.util.TimSort.countRunAndMakeAscending(TimSort.java:351)
at java.util.TimSort.sort(TimSort.java:216)
at java.util.Arrays.sort(Arrays.java:1523)
at java.util.Collections.sort(Collections.java:238)
at com.bin.david.form.core.TableParser.sort(TableParser.java:196)
at com.bin.david.form.core.TableParser.parse(TableParser.java:42)
at com.example.shanxidemo.phaseIi.view.SmartTable$1.run(SmartTable.java:238)
at java.lang.Thread.run(Thread.java:761)
The text was updated successfully, but these errors were encountered:
在使用json 转表格时,使用表格的 smarTable.setSortColumn 排序功能 会报错,日志为:
E/AndroidRuntime: FATAL EXCEPTION: Thread-13
Process: com.example.shanxidemo, PID: 27579
com.bin.david.form.exception.TableException: NoSuchFieldException :Please check whether field name is correct!
at com.bin.david.form.core.TableParser$1.compare(TableParser.java:227)
at java.util.TimSort.countRunAndMakeAscending(TimSort.java:351)
at java.util.TimSort.sort(TimSort.java:216)
at java.util.Arrays.sort(Arrays.java:1523)
at java.util.Collections.sort(Collections.java:238)
at com.bin.david.form.core.TableParser.sort(TableParser.java:196)
at com.bin.david.form.core.TableParser.parse(TableParser.java:42)
at com.example.shanxidemo.phaseIi.view.SmartTable$1.run(SmartTable.java:238)
at java.lang.Thread.run(Thread.java:761)
The text was updated successfully, but these errors were encountered: