Open awiebe opened 7 years ago
In version 2, make file metadata opaque to the frontend. Do this by synthesizing an object of the form
{ fields:['fname','f2name'], data:[[val1,val2],[val1,val2] }
Where each element in data is a record and each record is in the same order as those items named in fields.
On the server regardless of actual backing storage.
In version 2, make file metadata opaque to the frontend. Do this by synthesizing an object of the form
Where each element in data is a record and each record is in the same order as those items named in fields.
On the server regardless of actual backing storage.