i have a table(s) with different dynamic-generated content inside.
How can i do that all with only numbers inside will have text-align to the right?
Well, i know how to add css to some element, the question is how to get only tds with digits
Thank you!
You can use the
filteroption:This will match “123”, “12 3”, “12.3” and “12,3” but not “abc”, “abc123”, etc.