Saturday 31 January 2015

Dynamic Table using jQuery

One of the most requested features using JavaScript, is to dynamically add or remove rows from a table.
I've made a repo on github, and I've made use of the following components.

  1. TextBox
  2. Checkbox
  3. Radio button
  4. Single Select
  5. Multi Select
  6. Datepicker

You could add a TextArea too, and it should work just fine.

Here's how it looks like,

















Check out my repository for the full source. DynoTable - Github

Happy coding!