to-markdown-table icon indicating copy to clipboard operation
to-markdown-table copied to clipboard

Columns get sorted automatically alphabetically

Open bsipergemstar opened this issue 1 year ago • 0 comments

Excellent little library overall!

here's my linq select

tblItemMasters
	.Select(x => new { x.ITEMNO, Description = x.DESC.Trim(), x.CATEGORY }).Take(100).ToList()
	.ToMarkdownTable()

here's the columns that I get | CATEGORY | Description | ITEMNO |

bsipergemstar avatar Sep 25 '24 15:09 bsipergemstar