Please tell me how to print the data in columns? #4029
Unanswered
nullcookies
asked this question in
Q&A
Replies: 1 comment
-
Either FromCollection/FromArray or FromView allow you to do that, just make a PHP function that puts your data in an array structure that is like that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is how it works now
And I need
First column
Name of model fields (id, ttitle, created_at
updated_at and etc)
Second column and the rest Records from the database
Beta Was this translation helpful? Give feedback.
All reactions