You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to do this a lot manually over the years
We should probably adapt this as a sane default of sorts: dereuromark/cakephp-setup@f22cda0
The idea is that once there is a field like created, the pagination would sort DESC on this.
As it is usually not useful to scroll to the last page here to see the latest updates coming into this table.
I never had to NOT use this so far.
The generated code above the actions would be e.g.
While having a good default order is nice always using the created column isn't. I add the created/modified column to almost all tables but there are cases where alphabetical sorting on the display field is preferred.
Also I handle the default ordering at the model level using the Orderly plugin.
Description
I had to do this a lot manually over the years
We should probably adapt this as a sane default of sorts:
dereuromark/cakephp-setup@f22cda0
The idea is that once there is a field like created, the pagination would sort DESC on this.
As it is usually not useful to scroll to the last page here to see the latest updates coming into this table.
I never had to NOT use this so far.
The generated code above the actions would be e.g.
The text was updated successfully, but these errors were encountered: