You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that viewing csv file and supporting dragging required every table cells are the same but it would be great if AdaptiveTableLayout can support multiple type of viewholder in readonly mode. That will make displaying multiple type of data (for each column) with different layouts much more easy.
The text was updated successfully, but these errors were encountered:
+1 for this.
I really need a way to render different layouts for each regular "item" cell. Something similar to what the RecyclerView does by implementing your own: public int getItemViewType(int position)
and passing the the viewType field as a second param to the onCreateItemViewHolder method. Or even just pass the row and column values to it.
I understand that viewing csv file and supporting dragging required every table cells are the same but it would be great if AdaptiveTableLayout can support multiple type of viewholder in readonly mode. That will make displaying multiple type of data (for each column) with different layouts much more easy.
The text was updated successfully, but these errors were encountered: