Add Dropdown And TextBox after rows add
Add Dropdown And TextBox after rows add
numus175
Posts: 8Questions: 2Answers: 0
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.render
to 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