bluewatertracks / bwt-datatable

Data table with Polymer 3 support!
GNU General Public License v3.0
42 stars 14 forks source link

Disabling row-tap and cell tap events #22

Closed chavu closed 7 years ago

chavu commented 7 years ago

How do I disable row-tap and cell-tap events. I want to add links to text in some of the cells.

dhrytsenko commented 7 years ago

You can try to catch this event when it bublbe up and try to prevent it by adding your own event listener for this events

dhrytsenko commented 7 years ago

Closed due to inactivity. Please open again if you will have any questions about it