Resolved My self
i add control in div , it easy to remove div whenever avoid duplication
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Greetings
using sharepoint 2016 ( On prem )
have added table dynamically with edit button
Problem:
2) How to hide search textbox ?
Solution Required:
just add dropdown as user click on edit button on same row in td ( td num is 8 where dropdown should be added )
Snaps are shared for reference
Resolved My self
i add control in div , it easy to remove div whenever avoid duplication
Thanks
Hi @Mohammad Qasim ,
Can you share the source code or JS library? We cannot know the element properties or reproduce this issue.
If $('#tredit_' + id)
is a <tr>
tag, then its parent should be the table and find("td:nth-child(8)").append(inputElement);
will add dropdown to all rows.
Thanks
Baker Kong