11
Sep
Dynamic DOM Table – javascript
Posted by Hussain, under DOM, HTML-Css, JavascriptMany time we require to create dynamic table, in javascript which require lot of effort. To ease this I have created function which helps the generate DOM table just passing table id, column headings as array and row data as 2D array. It will return a whole DOM table object which can be append and add in any parent object. CSS can be added as per choice by giving obj.className. Continue reading...


