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
Hello, I would like to know if it is possible to modify the css inside the result table. I was able to customize mine but by inserting raw HTML in the desired row, but I would like to be able to modify it dynamically (let's say I want to show content or not after clicking on a button). I have an external .css file which I used thanks to --css as an argument. Though I cannot override id or class HTML tags.
The text was updated successfully, but these errors were encountered:
Hello, I would like to know if it is possible to modify the css inside the result table. I was able to customize mine but by inserting raw HTML in the desired row, but I would like to be able to modify it dynamically (let's say I want to show content or not after clicking on a button). I have an external
.css
file which I used thanks to--css
as an argument. Though I cannot overrideid
orclass
HTML tags.The text was updated successfully, but these errors were encountered: