yebin254126
Results
1
comments of
yebin254126
tableData.setYSequenceFormat(new NumberSequenceFormat() { @Override public String format(Integer position) { if (position == 1) { return "序号"; } return super.format(position - 1); } });