Is there any workaround for creating a table. the data is in form of Array of object
2 Likes
Currently, there isn’t a substitute for the “Data Table,” but it’s currently in the development phase. Expect the integration of the data table into Designer 2.0 in the near future.
5 Likes
@Vikas_Malik thanks for answering, but is there any way we can create a UI that looks similar to a table
1 Like
There is an alternative to table which is a list component which can show list of cards.
In mobile view showing a table creates a bad UX because users typically use vertical scroll instead of horizontal scroll.
For this reason, people show list of cards instead of a table, hope this answers your query.
2 Likes
Okay, thank you