I am using jQuery Data tables.
In one of the columns in a data table I want to display data in a select box with the actual value of that cell as the selected value.
Is there any way to hook a lookup table to the column such that each cell of that column is hooked with a lookup table?
If the user wants to update value of that particular cell can the user can select any of the values from the select box?