python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular material table not showing data when using formarray of reactive form
So, I'm trying to create a table with reactive form and form arrays, I can add data into my form, but I can't see the table.
I'm using angular material table.
I already have a question(Error: Cannot r...
Desenv Junior
Votes: 0
Answers: 0
Error: Cannot read properties of undefined (reading 'headerCell') - Creating reactive form inside a angular material table
I'm trying to create an angular material table with reactive form.
I need to add some properties, so I'm using formArray.
But my table is not showing any result, and angular keeps me returning the sa...
Desenv Junior
Votes: 0
Answers: 6
Angular - is there a way to get the cell id on click
I would like to click on any cell of my mat-table and get the row and column of my cell.
I know that with this code I get the clicked row, but I can't figure out how to get the correspondent column.id...
leocibu
Votes: 0
Answers: 1
Can we send that particular column header of mat table to the api using which we are sorting the data
Suppose I'm sorting the header by name so how can I send this header in the api for server side sorting
NAR
Votes: 0
Answers: 0