BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

How to map a lookup table (similar to enum)

Open kmann3 opened this issue 4 years ago • 0 comments

Referencing the file: BlazorTable.Sample.Pages/EditMode.razor

I made some example changes to make it similar to using a lookup table instead of an enum here: https://pastebin.com/3Mjwj47V

Trouble is, I can't get it to save the data. It selects the correct item. Various websites suggest using InputSelect over Select but I'm not sure how to implement that with BlazorTable.

Thoughts on how to do this correctly?

kmann3 avatar May 26 '21 15:05 kmann3