how can I filter the values of a column of a datable using a value coming from a list.
example: in the first column there is a list of names produced with a product id for each name.
view: "list",
id: "list",
select "multiselect"
template: "# language # - # product name # | # id_product # | # Name_line # | # code # # SUB-CATEGORY # # DESCRIPTION #",
// data: products.getAll
//data:records.getAll
save: "connector-> data / data_lista_prodotti.php",
url: "data / data_lista_prodotti.php",
in the next column i have a datatable with the column id_prodotti.
I want every time I choose a list item to appear in the datatable only the rows that have the value of the same product id_product.
thank you