ebekker / blazor-ag-grid

Blazor-wrapped component over ag-Grid -- demo:
https://blog.bkkr.us/blazor-ag-grid
MIT License
60 stars 18 forks source link

Add inline #7

Closed marll closed 3 years ago

marll commented 3 years ago

Hi, is possible add row in inline mode? Thanks

ebekker commented 3 years ago

This example code produces this result.

ebekker commented 3 years ago

If you mean, is it possible to add it dynamically, then I would suggest using a variable number of rows as shown in this example, then you control the backing model and can add/remove rows as necessary.