grocery-crud
grocery-crud copied to clipboard
Fields order of appearance not respected in read mode
I'm using $crud->fields($fields);
With an array of field names, but grocery crud doesn't seem to be taking the fields into considerations or their order. Fields not mentioned in the array $fields are still getting displayed and the order is not the same as within the array.
Anybody having similar issues? Thanks!