Feature Request: An event to fire after a table select is done.
Feature Request: An event to fire after a table select is done.
I'm using the select plugin on a table and have logic which triggers based on how many rows the user has selected.
The possibilities are: No Rows, One Row, and Multiple Rows
I was triggering my logic off of the 'Select' and 'Deselect' events, but this causes a problem when I select a new row while another is already selected. The deselect and select events both fire, triggering two of my conditions back to back. I fixed this problem by adding my own 'Select-Done' event to the code, and think it might be nice feature to officially have in the code.
Replies
That's not a bad idea at all - thanks for the suggestion! Any chance of a pull request?
selectComplete
would probably be in keeping with the naming.Allan