Adding support for onCreateItemViewHolder to create multiple type of viewholder base on row and column
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.
+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.
Hi @hlongvu @cioraneanu , thx for using our library. We will integrate this feature in the next releases. With best regards Cleveroad team.