There's a newer version of appendGrid!
Work with Bootstrap
Bootstrap is one of the most popular JS framework for creating websites. Unfortunately, there are some problems when putting Bootstrap and jQuery UI on the same page. One of the reason is some of their components are using the same name, such as `button` which is a prerequisite of appendGrid.

This demo will show you a workaround solution for using Bootstrap and jQuery UI together with appendGrid! You can use Bootstrap button style but the Bootstap's native `button` function is not available as it is overwritten by jQuery UI button. Please check this article if you want to keep using native Bootstrap button function with jQuery UI or appendGrid.



Show Source Code Download Sample