BlazorTable
BlazorTable copied to clipboard
How to map a lookup table (similar to enum)
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?