If you edit documents in various formats every day, the universality of the document solution matters a lot. If your instruments work with only some of the popular formats, you might find yourself switching between application windows to remove data in xhtml and handle other file formats. If you wish to get rid of the hassle of document editing, go for a solution that can effortlessly manage any extension.
With DocHub, you do not need to concentrate on anything apart from actual document editing. You won’t have to juggle programs to work with various formats. It can help you revise your xhtml as effortlessly as any other extension. Create xhtml documents, modify, and share them in one online editing solution that saves you time and boosts your productivity. All you have to do is sign up an account at DocHub, which takes just a few minutes.
You won’t need to become an editing multitasker with DocHub. Its feature set is sufficient for speedy document editing, regardless of the format you need to revise. Begin with registering an account to see how straightforward document management might be having a tool designed specifically for your needs.
so in previous video we have seen how to add data dynamically in the table now in this video we will see how to delete a row from the dynamic table so lets start to delete a row from table we will modify our code so ill add extra column called delete which will have delete buttons in it then ill modify this javascript code i will add this extra child for the row and well call it td 3 then over here we will have to add extra data dd 3 dot inner html then this data will be a button so ill just copy paste this add button with some modification we will assign it as danger then student then value will be delete so this is all we have to do in add student function now we will create their student function in this function we will have to pass the object of that row itself so that it will delete the row which will be calling this function so let me create a function dell student then now we are going to use remove child function which which will delete the child of a parent so for that