Skip to content

v2.2.0 - Data Long Click Listening

Compare
Choose a tag to compare
@ISchwarz23 ISchwarz23 released this 19 Jul 16:06
· 96 commits to master since this release

New features:

  • it is now possible to add a TableDataLongClickListener to the TableView and SortableTableView

Deprecation:

  • TableView#removeTableDataClickListener() is now deprecated -> use TableView#removeDataClickListener() instead
  • TableView#removeHeaderListener() is now deprecated -> use TableView#removeHeaderClickListener() instead