MiniWord icon indicating copy to clipboard operation
MiniWord copied to clipboard

Change Code Supper Table Footer

Open xgd224743 opened this issue 2 years ago • 2 comments

MiniWord.Implment.cs

page row 88

// table.Append(newTr); table.InsertAfter(newTr, tr);

xgd224743 avatar Apr 28 '23 08:04 xgd224743

plesae upgradation version

xgd224743 avatar Apr 28 '23 08:04 xgd224743

MiniWord.Implment.cs page row 88 tr.InsertBeforeSelf(newTr); use table.InsertAfter(newTr, tr);cause table Sort incorrectly

murongqingsi avatar May 21 '23 08:05 murongqingsi