Replies: 1 comment
-
Possibly call a function like below i was writing, but not sure if that is the best solution and gridjs table doesn't have an ID. I could use getElementsByClassName but every table on page would be the same. Below is my current method that works (although doesn't highlight the whole row)
Then in CSS using
and calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When say column 3 has value of C i would like for format that row. Additionally, i would like to not display column 3.
Any help would be great!
`GetJobsData();
data :
Seq JDEItem FlashMessage QtyOrdered
1.00 500332610229 C 30
4.00 500332610288 C 3
9.00 500332610174 C 48
10.00 500931910258 C 50
11.00 500351910420 A 5
12.00 500351910432 A 14
14.00 500351910347 A 15
15.00 500332610168 A 2
16.00 500932610189 A 20
17.00 500931910371 A 370
18.00 500332610218 A 5
19.00 500351910479 A 100
Beta Was this translation helpful? Give feedback.
All reactions