I want to show order history for displayed item when user clicks button (link?) in a popup
I want to show order history for displayed item when user clicks button (link?) in a popup
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
I am using a pair of synched DataTables (Manufacturer / Items) that a customer carries. This works great. What I want to do is show last order data (date/qty) in a cell (That part should be easy). But I want that data to be displayed in a button (link?) that displays a popup with history of all previous orders for that item. How do I do the popup? I am using JQuery UI. Do I need to add bootstrap?
Answers
This example shows how to get the data from the row of the clicked button.
http://live.datatables.net/xijecupo/1/edit
The data can then be presented in an alert or whatever type of HTML form you would like.
Kevin