jinch
jinch
If anyone has a similar issue it was due to CSS specificity. By adjusting my click function to scope the body I was able to work around the issue. Like...
@canihavesomecoffee - did you ever work around this issue? I am facing the exact same issue and trying to work out the code.
Life saver - thanks @canihavesomecoffee - I will try this out! Much appreciated! I was taking this approach trying to pull in the attributes similar to the class / even...
@canihavesomecoffee - this works great. Is there a way to pull in the same attributes of a given row into the 'headMarkup'. When I filter my results the table head...
No worries and thank you for providing your solution. I can try to manipulate it to fit my needs. I ended up throwing together a code pen. Its a bit...
I got a slightly different approach working by pulling the attribute pairs into an array, then using in the markup (similar to how the class's are pulled in). Thanks again...