Overview of TableView features
masterTableView is an Android library for rendering complex tabular data (rows, columns, and cells) using a separate model object. Key features include:
- Automatic Column Width: Column widths can be calculated automatically based on the largest content.
- Custom Models: Easily set your own model class to be displayed.
- Interaction: Includes an action listener interface to handle user touch interactions on individual cells.
- Sorting: Supports ascending and descending column sorting.
- Visibility Control: Easy methods for hiding and showing rows and columns.
- Filtering: Supports filtering by multiple data points.
- Pagination: Built-in pagination functionality.