0
ianmark89 created
Hi,
I want to create combobox inside cell of Jtable, how can I do that? I've tried following <a class="postlink" href="http://jtable.org/ApiReference/FieldOptions#fopt-options">http://jtable.org/ApiReference/FieldOpt ... pt-options</a> but the cell is blank.
1 Answer(s)
-
0
This is for edit/create forms, not for the table. You can use display option (<a class="postlink" href="http://jtable.org/ApiReference/FieldOptions#fopt-display">http://jtable.org/ApiReference/FieldOpt ... pt-display</a>) for a field to render the cell with a custom content. In the display function, you can create any HTML element via jQuery and return it.