automatically highlight rows
-
i have asked this earlier. i seriously need help with this. thats the reason i am asking for help again.
i have a requirement of highlighting specific rows. my table will be constantly updated and it will always be arranged in the ascending order of the “name” entry. what would be the easiest way to highlight important rows?
as of now i am using this command.tablepress-id-14 .row-368 td { background-color: #CCFF99; }but the problem i am facing with this is that i manually need to highlight each entry. and moreover if i add a new entry which falls somewhere in the middle of the table ( coz of ascending order) it will change the row ids of the rows below and the wrong rows will be highlighted.
so manually highlighting rows is very difficult for me in my case coz of ascending order. if there was no specific order then i could have easily done it manually each time coz the row number would not change.
i have entered “***” in a field in each row that i want to be highlighted. is there any way to highlight rows only which have *** in them?
or could there be an option like “important” while adding the new row which would highlight the entry?
The topic ‘automatically highlight rows’ is closed to new replies.