Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bugs #29

Merged
merged 9 commits into from
Mar 29, 2023
Merged

fix bugs #29

merged 9 commits into from
Mar 29, 2023

Conversation

patrickweh
Copy link
Member

fix table footer

refactor ModelInfo to only cash modelinfos for each model

add Attribute.php class to get rid of deprecation warnings

fix formatter for datetime to display the date AND the time (#26)

add userOrderBy and userOrderAsc attribute.
the default sort order defined using orderBy is not shown in the frontend anymore (#24)

fix "no data" bug when changing perPage on the last page (#23)

patrickweh and others added 2 commits March 28, 2023 09:49
refactor ModelInfo to only cash modelinfos for each model

add Attribute.php class to get rid of deprecation warnings

fix formatter for datetime to display the date AND the time (#26)

add userOrderBy and userOrderAsc attribute.
the default sort order defined using orderBy is not shown in the frontend anymore (#24)

fix "no data" bug when changing perPage on the last page (#23)
refactor ModelInfo to only cash modelinfos for each model

add Attribute.php class to get rid of deprecation warnings

fix formatter for datetime to display the date AND the time (#26)

add userOrderBy and userOrderAsc attribute.
the default sort order defined using orderBy is not shown in the frontend anymore (#24)

fix "no data" bug when changing perPage on the last page (#23)
@@ -384,6 +384,8 @@ window.formatters = {
year: 'numeric',
month: '2-digit',
day: '2-digit',
hour: '2-digit',
minute: '2-digit',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing second

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Time formatter still not fixed (only time, without date)

@patrickweh patrickweh merged commit 99785fa into main Mar 29, 2023
@patrickweh patrickweh deleted the fix-table-footer branch March 29, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants