IvanJosipovic / BlazorTable

Blazor Table Component with Sorting, Paging and Filtering
https://BlazorTable.netlify.app
MIT License
540 stars 109 forks source link

Implemented Edit Per Row Mode #317

Open Glitched94 opened 3 years ago

Glitched94 commented 3 years ago

Accomplished using a similar design as the DetailTemplate. A Parameter on the Table, bool EditByRow, enables a column, width 1% which contains a pencil icon that, when clicked, enabled Edit Mode for the specific row.