#Help

23 messages · Page 1 of 1 (latest)

spiral geyser
#

Can anyone please share any GitHub repos or stackblitz links for angular material editable grid using version 19...I implemented in v16 and inline editing broke.I need to be able to add/delete rows dynamically and edit the row..any references is helpful

open mango
#

show how did you implement it in v16, and explain what's not working in v19

sand fern
#

^^

spiral geyser
#

I used the above...with v19 edit functionality is breaking...no exceptions or errors on the console..

#

So looking for something in v19

open mango
#

that's an SB based on Angular 11.
Not helpful.

spiral geyser
#

Is there a stackblitz with angular 19?

#

Even the docs does not have one

open mango
spiral geyser
#

Sorry am looking for editable mat table

#

And there isn't one

#

In the docs

open mango
#

why did you ask for grid, if you needed a table?
And what do you mean with "editable"?

spiral geyser
#

Like editable rows..

#

The DB I shared am able to edit the rows..I want similar functionality to dynamically add/delete/edit rows with v19

#

I meant the SB I shared was with editable rows for the mat table

open mango
#

You can do those things editing the datasource

spiral geyser
#

So it's like DIY thing is what you mean to say?

open mango
#

it was in SB you posted too.

proud panther
#

There is no builtin API with Angular Material for editable tables