smartTable icon indicating copy to clipboard operation
smartTable copied to clipboard

YSequence y序列怎么从0开始,

Open githubyandou524 opened this issue 6 years ago • 1 comments

因为第一行一般是列名,那y序列从1开始就无法统计实际数据数量

githubyandou524 avatar Jan 14 '20 09:01 githubyandou524

tableData.setYSequenceFormat(new NumberSequenceFormat() { @Override public String format(Integer integer) { return (integer-1)+""; } });

Hackerzzm avatar Aug 17 '20 17:08 Hackerzzm