evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

NullPointerException changeVisibleCellViewsBackgroundForColumn #256

Closed Swat24 closed 4 years ago

Swat24 commented 5 years ago

Hi, when tap on header of table without data i getting NullPointerException file: SelectionHandler line: 341

this:

            AbstractViewHolder holder = (AbstractViewHolder) cellRowRecyclerView
                    .findViewHolderForAdapterPosition(column);

cellRowRecyclerView is null

MGaetan89 commented 4 years ago

This seem to be fixed in master (at least after #268 is merged).

MGaetan89 commented 4 years ago

@Swat24 the fix was merged in master. Can you close this issue if it works for you?