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
2021-11-18 10:48:42.501 6774-6774/ze: 2
at java.util.ArrayList.get(ArrayList.java:437)
at com.bin.david.form.component.TableProvider.drawContent(TableProvider.java:333)
at com.bin.david.form.component.TableProvider.onDraw(TableProvider.java:79)
at com.bin.david.form.core.SmartTable.onDraw(SmartTable.java:167)
The text was updated successfully, but these errors were encountered:
竟然不支持删除一行??
getBinding().tableview.getTableData().getT().remove(row);
MapTableData tableData = MapTableData.create("", getBinding().tableview.getTableData().getT());
getBinding().tableview.setTableData(tableData);// notifychange java.lang.IndexOutOfBoundsException: Index: 1, Size: 2 bleProvider.drawContent(TableProvider.java:333)
The text was updated successfully, but these errors were encountered: