Good day
I have the following code that creates a dynamic table from an array.
var data = [
{id:1, land: 'FINCA1', product: "ROSA", week:25, quantity: 2000},
{id:1, land: 'FINCA2', product: "ROSA", week:25, quantity: 1900},
{id:1,...
asked by
16.07.2016 / 15:29