Saver Processing
Saver Processing
Link to test case
I just started Jquery Datatable I Need your support in Two Points.
1. I want to display Data From datatabse (Fileds: Name, Age, DOB,DOJ) Now i want to display all the fields in table with New Column Name (Project, Action). All the project name came from another Table and when i select project from DropDown and click on Add button From Action Column.
2. If the project is already assigned then in the Project DropDown (show all the project from Project Table) with selected project which we saved earlier.
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This question has an accepted answers - jump to answer
Answers
HAve you looked at the Editor? This example shows a simple select list which it sounds like you want to do.
Kevin
@kthorngren : What ever priority data is showing in table, its displaying the in the dropdown. For example we have 10 priority data in our DB, then how can we display in dropdown.
Have a look at the Editor join example. That sounds like it might do what you want, although in the example it shows a dropdown of Locations rather than Priorities - the approach is exactly the same, just different data.
Allan