twitter bootstrap - How does JQGrid or jTable form the popup? -


i interested know how jqgrid or jtable show popup when add new record link clicked or when edit icon on row clicked?

reason why asking is, want see if can create grid of own support crud operations. many of might thinking why reinventing wheel, let me tell don't want if find free grid crud features using bootstrap framework.

jtable uses jquery ui , jqgrid not free, have no other option.

even if find tool, interesting know how these grids generate popup dynamically based on colmodel.

i have used jquery ui dialog component create custom dialogs perform add/edit operations using jqgrid. allows level of customization beyond provided grid.

if not want use jquery ui, can find bootstrap-specific 1 such bootbox.js:

bootbox.js small javascript library allows create programmatic dialog boxes using twitter’s bootstrap modals, without having worry creating, managing or removing of required dom elements or js event handlers.


said, use built-in add/edit form jqgrid if license acceptable:

the jqgrid released under gpl , mit licenses. license policy makes software available free (as in free beer) , can use commercial or open source projects, without restriction (the freedom above).

but keep in mind jqgrid built on top of jquery ui.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -