Dynamic the number of column table #14963
Unanswered
DuyThaiNgx
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a table data from a API data source: http://localhost:8080/service/api/data/history/{{id}}.
This api response many fields, i can transformer data.
I want to display a field as a column in tables, but each id has different field means that when i want to display field data on table, each table will have a different number of columns.
So how can i create a dynamic tables.
Example: when i call into http://localhost:8080/service/api/data/history/59, service 59 with have 5 field, then i can display service's data table with 5 cols.
But when i call http://localhost:8080/service/api/data/history/58, service 58 just has 3 field, i want to display service's data table with 3 cols.
And each service id has different name field.
Beta Was this translation helpful? Give feedback.
All reactions