Dynamic table in javascript
Everyone knows how to create a table with html. But if i say that you have to create a table that takes number of rows and number of columns as user input then it is not possible using only html. Then in that case we can create a dynamic table in javascript or using javascript. javascript is a very popular language that is used mostly for web development. For creating dynamic table here i am using three files one is html file that contains the simple form of two inputs rows and column, second file is css file that is used for designing and third file which is javascript file for logic to implement the dynamic table. Instead of this I am also using bootstrap for styling the table. so now lets start building the dynamic table in javascript.
So creating Dynamic table in javascript you can go through this article: How to create dynamic table in javascript













