Datatable column, containing links, link-click not always firing

I have datatabale column with links, which have an onclick event (opens a modal window): click on a link pops up modal, close modal, click on another link - supposed to open new modal. The clicks after the 1st link click not always firing - have to click second time to get modal to open up…

Hi,

Can you show a snippet of the issue?

I figured out that the issue was caused by added custom behavior: the modal had a close button, but user was not able to close it by either clicking on the mask behind the window or pressing “Esc”-key. I added those customizations & WebIX was going into “…RangeError: Maximum call stack size exceeded”. Had to remove WebIX customization & do it through jQuery instead.