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 454 forks source link

Add missing methods to SimpleTableViewListener #356

Closed MGaetan89 closed 3 years ago

MGaetan89 commented 3 years ago

The ITableViewListener interface includes three new methods to support double-click on cell, row header and column header. This PR add empty implementation for these methods to SimpleTableViewListener.