Angular: TextArea show different rows different character count
问题 Angular: TextArea is defined under the table as 5th column, now implemented changes to include character count, Count is visible but for all rows only the 1st row count is showing. For example say 1st row Textarea count is 23, then for all rows irrespective of data present in that TextArea, count is showing 23 for all rows . Plus when i am editing 1st row then all rows count is changing.. Hence how to make different row show count specific to that row TextArea Below is the code implemented by