I would like to use a simple JOIN for realizing a lookup table (scenario: order->customer), so I can use a select field for selecting the customer by name and afterwards being able to show customer specific customer related columns (e.g. ID, name, country) in the order DataTable.
I have seen an example for JOIN tables on your website but I have no clue how I can solve this in a purely DOM sourced data environment.
A short snippet would really help me out.
Thanks for your help!