I am trying to getting flag icon on every edit form of each datatable row have edit button. but unfortunately I can see flag icon only in 1st row of edit form of datatable grid. and in other rows I am not able to see flag icon. Can you help us how can I modified my javascript so I can see flag icon on every edit form of each row of datatable.
NOTE : We have code is in Django Python and the variable is in DTL (djnango Template Language)
I am trying to getting flag icon on every edit form of each datatable row have edit button. but unfortunately I can see flag icon only in 1st row of edit form of datatable grid. and in other rows I am not able to see flag icon. Can you help us how can I modified my javascript so I can see flag icon on every edit form of each row of datatable.
NOTE : We have code is in Django Python and the variable is in DTL (djnango Template Language)
Datatable Code:
{{adduser.brl_name}}
HTML Code :
Edit Form :