I want to create a custom grid with multiple columns. Each columns has its own request response.
If there is any error on no data for particular column, need to display an error view with button inside that column.
Please help how this can be achieved. Also how to handle such request response
column1 item1 | item2 | item3 | … | itemn
column2 “please try again” Retry button Report button
column3 item1 | item2 | item3 | … | itemn
column4 “no data”
