
AppendGrid allow you to input structured data row by row such like filling spreadsheets. It allows you to add/remove/insert/delete row in the grid. The generated input/select/textarea controls are well named for submitting to server side applications such as ASP.NET/PHP/JSP. Multiple options and callback events are available to fit every situation.
Features:
- Easy to use
- jQuery UI widgets supported
- Multiple build-in input types included HTML5 input types
- Customizable input types
- Major web browser supported
- Ready for internationalization
I copied the above code and put it in my html/.js; The table does not show up on my page and the error i see is Uncaught TypeError: Object [object Object] has no method ‘appendGrid’
DO I need to add additional files to my code?