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
![2023-11-12_011834](https://private-user-images.githubusercontent.com/20815917/282268010-4d84fc33-3216-4949-98ab-1c1e29264e38.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTk1MDgsIm5iZiI6MTczODgxOTIwOCwicGF0aCI6Ii8yMDgxNTkxNy8yODIyNjgwMTAtNGQ4NGZjMzMtMzIxNi00OTQ5LTk4YWItMWMxZTI5MjY0ZTM4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDA1MjAwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRlZjJjNzExYmUwOGUxOTE5OWM5ODhiN2VjMjM5ZTgyYzk1MWMxNmQ3MWZhMzFkYmFiZjljM2Q4OWNlMmQ3MzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.A_30g8UC-its3WyAzXxu1zp-QmuEzPa9fitB3PGdBY0)
And I need
![2023-11-12_012013](https://private-user-images.githubusercontent.com/20815917/282268051-7def7da7-62f1-4f38-a835-7faae8a9144d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTk1MDgsIm5iZiI6MTczODgxOTIwOCwicGF0aCI6Ii8yMDgxNTkxNy8yODIyNjgwNTEtN2RlZjdkYTctNjJmMS00ZjM4LWE4MzUtN2ZhYWU4YTkxNDRkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDA1MjAwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMxZmRlMGZhNDMyMzZjMjU0MjM3MGJiYTUwYjE2Mjg2NTg0MzdiNTZlMThiYWRiZTAyZjU2YWRlZWI4NTNlMDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.a5Svs9Fmf58vdHRghVLJoI0nL76b82Rz5It799pU8rM)
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