Saver Processing

Saver Processing

sumitsumit Posts: 5Questions: 3Answers: 0

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

  • kthorngrenkthorngren Posts: 20,346Questions: 26Answers: 4,776

    HAve you looked at the Editor? This example shows a simple select list which it sounds like you want to do.

    Kevin

  • sumitsumit Posts: 5Questions: 3Answers: 0

    @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.

  • allanallan Posts: 61,782Questions: 1Answers: 10,112 Site admin
    Answer ✓

    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

Sign In or Register to comment.