AdaptiveTableLayout
AdaptiveTableLayout copied to clipboard
Library that makes it possible to read, edit and write CSV files
Hello, I've wanted to display a table with 4 TextViews per item, but the table isn't getting updated when I use my modified version of EditItemDialog(to support the 4 TVs...
hi I need change count rows and columns after notifyDataSetChanged adapter But that does not happen and returns the previous value. @VadimHalimendikCr
If I use adapter on kotlin I'm getting java.lang.IllegalAccessError: Illegal class access: 'me class' attempting to access 'com.cleveroad.adaptivetablelayout.ViewHolderImpl' (declaration of 'me class' appears in ...). If I use adapter on...
In class BaseDataAdaptiveTableLayoutAdapter in switchTwoRows method on line 72 please change `for (int i = 0; i < getItems().length; i++)` to `for (int i = 0; i < getColumnCount() -...
I want to know if it's possible to somehow remove row headers shadow. I want to hide row headers, I just set their width to 0, but I still can...
Is there a way to add a custom footer view (such as a "load more" cell) to the end of the list in certain situations? I need to add a...
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...
I have an adapter with small views that do not fill the entire width of screen. So my question is how to make it fill entire screen's width. Thanks advance
When my table have 1 column and screen orientation changed; table structure falls apart.
Is there support for using DiffUtils to improve performance when notifying the adapter?