inlineEdit : true
@hjalmers @rolphes @thomasnisole @dkosasih @Henkenator . @jonaslalin Hi all contributors, Thanks for angular-generic-table. Made my life easy. I have one question.
When I follow inlineEdit, it's not working for true, inlineEdit: [a,b,c] then it shows me dropdown of a b c.
As per requirement, my data is dynamic and it should be editable in a row. But Id should not be editable. Please let me know how can I achieve using a generic table.
Also, a custom component inside each table feature works fine as per requirement but I am not able to implement it if data is dynamic.
Please let me know how can I achieve this feature also if my data is dynamic
Hi @sahilkatia, do you have some code that you can share or what do you mean with when you say that your data is dynamic? The inline edit property is defined by column so if you don't want user to be able to edit id you just have to omit the property for that field as inline edit is disabled by default.