Add Dropdown And TextBox after rows add
Add Dropdown And TextBox after rows add
How to Add Dropdown in column2 and textbox in column3 after rows add ?
https://live.datatables.net/juyujezu/1/edit
Thx Anyway
This discussion has been closed.
How to Add Dropdown in column2 and textbox in column3 after rows add ?
https://live.datatables.net/juyujezu/1/edit
Thx Anyway
Answers
Editor is our solution for adding full CRUD to a DataTable. There are a number of built in field types including
select(a dropdown) andtext/textarea. It can also do inline editing, which it sounds like is what you want?Allan
Hi @allan its possible without install editor?
You can use
columns.renderto render the input elements you want. See this example.Kevin
hi @kthorngren thx for help.
solve with this code
https://live.datatables.net/juyujezu/2/edit