You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably something exceedingly simple, but I'd like to trigger sorting on click of the title of the <th> only (maybe wrapped in a span?), as I have a second, more granular filtering mechanism in each <th> as well, and I don't want to sort when a user clicks on the icon that triggers my second filtering popup.
As written, the script sorts on-click anywhere within the <th>, and I'd like to prevent that from happening when clicking on the blue icon within the <th> below:
And because the icon and dropdown are children of the <th>, clicking on anything inside the dropdown also sorts the table. I've tried using .not() with no success.
The text was updated successfully, but these errors were encountered:
This is probably something exceedingly simple, but I'd like to trigger sorting on click of the title of the
<th>
only (maybe wrapped in a span?), as I have a second, more granular filtering mechanism in each<th>
as well, and I don't want to sort when a user clicks on the icon that triggers my second filtering popup.As written, the script sorts on-click anywhere within the
<th>
, and I'd like to prevent that from happening when clicking on the blue icon within the<th>
below:And because the icon and dropdown are children of the
<th>
, clicking on anything inside the dropdown also sorts the table. I've tried using .not() with no success.The text was updated successfully, but these errors were encountered: