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.13k stars 453 forks source link

Set a default void implementation on Cell, HeaderCell, RowCell event listeners #395

Open fscarponi opened 2 years ago

fscarponi commented 2 years ago

Set A default void implementation on Cell, HeaderCell, RowCell Click/long click listener

this simple upgrade can save a lot of unnecessary work... without this if u don't override methods the lib will crash on run time! (but not in compile time)