powerconsulting/jquery.tabelizer

making onRowClick optional

Closed this issue · 3 comments

Firstly, it is a nice idea, tested it and found one immediate enahancement possibility. Can you make onRowClick optional so that at times if we want to toggle the row only by clicking the symbol.

Great idea, Maybe I will expose onRowClick and the function to expand/contract levels., and allow for overriding so that custom handling can be attached.

This should be implemented, I also included some other related enhancements such as onReady

Thanks for adding the onrowclick as an option. Just tested it and found a small bug. If we set it to false , root node wont't toggle but all sub nodes can be toggled properly. Please check.