volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 506 forks source link

Create and edit form are read only when adding jtable to bootstrap modal. #2258

Open bigmwaj opened 3 years ago

bigmwaj commented 3 years ago

Hello all. I'm trying to add jtable in bootstrap modal. When I open the dialog and then, if I try to create a new record using create button or if I try to edit any record, my form is read only. Select box and date picker work fine but input text won't. Previously, the edit dialog was hidden and I set the z-index of the ui-dialog. I don't really know how to fix that issue. Can someone has any experience with that issue?

bigmwaj commented 3 years ago

Hummm! I found the problem. I've just remove the tabindex="-1" that was on the modal definition

dasguptahirak commented 3 years ago

@bigmwaj Can you please share the source code, how you have added jtable in bootstrap modal?