How can I conditionally format my HTML table?2019 Community Moderator ElectionHow do JavaScript closures...

PTIJ: Mordechai mourning

Where is this quote about overcoming the impossible said in "Interstellar"?

When to use mean vs median

Make me a metasequence

Ahoy, Ye Traveler!

If nine coins are tossed, what is the probability that the number of heads is even?

Plagiarism of code by other PhD student

function only contains jump discontinuity but is not piecewise continuous

Where is the fallacy here?

Can a Trickery Domain cleric cast a spell through the Invoke Duplicity clone while inside a Forcecage?

Canadian citizen, on US no-fly list. What can I do in order to be allowed on flights which go through US airspace?

Relationship between the symmetry number of a molecule as used in rotational spectroscopy and point group

Create chunks from an array

What is a term for a function that when called repeatedly, has the same effect as calling once?

Sometimes a banana is just a banana

Would the melodic leap of the opening phrase of Mozart's K545 be considered dissonant?

Wardrobe above a wall with fuse boxes

School performs periodic password audits. Is my password compromised?

Difference between 'stomach' and 'uterus'

How to fix my table, centering of columns

How do you say “my friend is throwing a party, do you wanna come?” in german

Giving a talk in my old university, how prominently should I tell students my salary?

“I had a flat in the centre of town, but I didn’t like living there, so …”

Quitting employee has privileged access to critical information



How can I conditionally format my HTML table?



2019 Community Moderator ElectionHow do JavaScript closures work?How do I check if an element is hidden in jQuery?How do I check if an array includes an object in JavaScript?How to append something to an array?How do I redirect to another webpage?How do I make the first letter of a string uppercase in JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?Why does HTML think “chucknorris” is a color?












8















<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
</tr><tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>


I have a HTML table like above
I'm trying to do conditional formatting based on the formula applied on the numbers there
I tried this:



var tb = document.getElementByClass('metric')


I could not get those values
Any modifications or suggestions are appreciated
Thank you










share|improve this question




















  • 3





    document.getElementsByClassName("metric")

    – Jack Bashford
    2 hours ago
















8















<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
</tr><tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>


I have a HTML table like above
I'm trying to do conditional formatting based on the formula applied on the numbers there
I tried this:



var tb = document.getElementByClass('metric')


I could not get those values
Any modifications or suggestions are appreciated
Thank you










share|improve this question




















  • 3





    document.getElementsByClassName("metric")

    – Jack Bashford
    2 hours ago














8












8








8








<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
</tr><tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>


I have a HTML table like above
I'm trying to do conditional formatting based on the formula applied on the numbers there
I tried this:



var tb = document.getElementByClass('metric')


I could not get those values
Any modifications or suggestions are appreciated
Thank you










share|improve this question
















<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
</tr><tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>


I have a HTML table like above
I'm trying to do conditional formatting based on the formula applied on the numbers there
I tried this:



var tb = document.getElementByClass('metric')


I could not get those values
Any modifications or suggestions are appreciated
Thank you







javascript html arrays string






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 19 mins ago









Jack Bashford

10.8k31644




10.8k31644










asked 2 hours ago









GangaGanga

644




644








  • 3





    document.getElementsByClassName("metric")

    – Jack Bashford
    2 hours ago














  • 3





    document.getElementsByClassName("metric")

    – Jack Bashford
    2 hours ago








3




3





document.getElementsByClassName("metric")

– Jack Bashford
2 hours ago





document.getElementsByClassName("metric")

– Jack Bashford
2 hours ago












3 Answers
3






active

oldest

votes


















5














the only problem with your code is you are using wrong js context to search for class using js.



document.getElementByClass('metric')


as classes can be more then 1 so the context to select class is having elements instead of element like below



document.getElementsByClass('metric')


hope this will solve your query.



if need any other help, just comment here I will try to solve






share|improve this answer
























  • Thanks . And can you please tell me how I can see the content obtained

    – Ganga
    2 hours ago













  • please explain exactly what are you looking to explore??

    – Nitin Garg
    2 hours ago













  • @Ganga you can use console.log(tb); and this will display all the contents in your console window

    – Nitin Garg
    2 hours ago













  • @Ganga hope this will help. or you can also use document.write(tb).innerHTML; to display its content on browser.

    – Nitin Garg
    2 hours ago













  • thanks to accept and upvote my answer. hope this helped you

    – Nitin Garg
    2 hours ago



















2














The method is wrong - you want to use document.getElementsByClassName:



var tb = document.getElementByClass("metric");


You could also use querySelectorAll to only get td elements with the class metric:



var tb = document.querySelectorAll("td.metric");





share|improve this answer
























  • Thanks . And can you please tell me how I can see the content in tb

    – Ganga
    2 hours ago











  • @Ganga you mean you want to see the inner text of each element in tb?

    – Jack Bashford
    2 hours ago











  • yes. The inner text

    – Ganga
    1 hour ago











  • Ok I'll edit my answer @Ganga

    – Jack Bashford
    1 hour ago



















1














There are two problems :



1) You miss first <tr> and last </tr> and also must wrap your trs in table tag .



2)
Change :



document.getElementByClass('metric') ;    


To:



document.getElementsByClassName('metric') ;





var tb = document.getElementsByClassName('metric') ;

console.log(tb) ;

<table>
<tr>
<td class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
</tr>
<tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
<td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
</tr>
</table>








share|improve this answer

























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55035940%2fhow-can-i-conditionally-format-my-html-table%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    5














    the only problem with your code is you are using wrong js context to search for class using js.



    document.getElementByClass('metric')


    as classes can be more then 1 so the context to select class is having elements instead of element like below



    document.getElementsByClass('metric')


    hope this will solve your query.



    if need any other help, just comment here I will try to solve






    share|improve this answer
























    • Thanks . And can you please tell me how I can see the content obtained

      – Ganga
      2 hours ago













    • please explain exactly what are you looking to explore??

      – Nitin Garg
      2 hours ago













    • @Ganga you can use console.log(tb); and this will display all the contents in your console window

      – Nitin Garg
      2 hours ago













    • @Ganga hope this will help. or you can also use document.write(tb).innerHTML; to display its content on browser.

      – Nitin Garg
      2 hours ago













    • thanks to accept and upvote my answer. hope this helped you

      – Nitin Garg
      2 hours ago
















    5














    the only problem with your code is you are using wrong js context to search for class using js.



    document.getElementByClass('metric')


    as classes can be more then 1 so the context to select class is having elements instead of element like below



    document.getElementsByClass('metric')


    hope this will solve your query.



    if need any other help, just comment here I will try to solve






    share|improve this answer
























    • Thanks . And can you please tell me how I can see the content obtained

      – Ganga
      2 hours ago













    • please explain exactly what are you looking to explore??

      – Nitin Garg
      2 hours ago













    • @Ganga you can use console.log(tb); and this will display all the contents in your console window

      – Nitin Garg
      2 hours ago













    • @Ganga hope this will help. or you can also use document.write(tb).innerHTML; to display its content on browser.

      – Nitin Garg
      2 hours ago













    • thanks to accept and upvote my answer. hope this helped you

      – Nitin Garg
      2 hours ago














    5












    5








    5







    the only problem with your code is you are using wrong js context to search for class using js.



    document.getElementByClass('metric')


    as classes can be more then 1 so the context to select class is having elements instead of element like below



    document.getElementsByClass('metric')


    hope this will solve your query.



    if need any other help, just comment here I will try to solve






    share|improve this answer













    the only problem with your code is you are using wrong js context to search for class using js.



    document.getElementByClass('metric')


    as classes can be more then 1 so the context to select class is having elements instead of element like below



    document.getElementsByClass('metric')


    hope this will solve your query.



    if need any other help, just comment here I will try to solve







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 2 hours ago









    Nitin GargNitin Garg

    1015




    1015













    • Thanks . And can you please tell me how I can see the content obtained

      – Ganga
      2 hours ago













    • please explain exactly what are you looking to explore??

      – Nitin Garg
      2 hours ago













    • @Ganga you can use console.log(tb); and this will display all the contents in your console window

      – Nitin Garg
      2 hours ago













    • @Ganga hope this will help. or you can also use document.write(tb).innerHTML; to display its content on browser.

      – Nitin Garg
      2 hours ago













    • thanks to accept and upvote my answer. hope this helped you

      – Nitin Garg
      2 hours ago



















    • Thanks . And can you please tell me how I can see the content obtained

      – Ganga
      2 hours ago













    • please explain exactly what are you looking to explore??

      – Nitin Garg
      2 hours ago













    • @Ganga you can use console.log(tb); and this will display all the contents in your console window

      – Nitin Garg
      2 hours ago













    • @Ganga hope this will help. or you can also use document.write(tb).innerHTML; to display its content on browser.

      – Nitin Garg
      2 hours ago













    • thanks to accept and upvote my answer. hope this helped you

      – Nitin Garg
      2 hours ago

















    Thanks . And can you please tell me how I can see the content obtained

    – Ganga
    2 hours ago







    Thanks . And can you please tell me how I can see the content obtained

    – Ganga
    2 hours ago















    please explain exactly what are you looking to explore??

    – Nitin Garg
    2 hours ago







    please explain exactly what are you looking to explore??

    – Nitin Garg
    2 hours ago















    @Ganga you can use console.log(tb); and this will display all the contents in your console window

    – Nitin Garg
    2 hours ago







    @Ganga you can use console.log(tb); and this will display all the contents in your console window

    – Nitin Garg
    2 hours ago















    @Ganga hope this will help. or you can also use document.write(tb).innerHTML; to display its content on browser.

    – Nitin Garg
    2 hours ago







    @Ganga hope this will help. or you can also use document.write(tb).innerHTML; to display its content on browser.

    – Nitin Garg
    2 hours ago















    thanks to accept and upvote my answer. hope this helped you

    – Nitin Garg
    2 hours ago





    thanks to accept and upvote my answer. hope this helped you

    – Nitin Garg
    2 hours ago













    2














    The method is wrong - you want to use document.getElementsByClassName:



    var tb = document.getElementByClass("metric");


    You could also use querySelectorAll to only get td elements with the class metric:



    var tb = document.querySelectorAll("td.metric");





    share|improve this answer
























    • Thanks . And can you please tell me how I can see the content in tb

      – Ganga
      2 hours ago











    • @Ganga you mean you want to see the inner text of each element in tb?

      – Jack Bashford
      2 hours ago











    • yes. The inner text

      – Ganga
      1 hour ago











    • Ok I'll edit my answer @Ganga

      – Jack Bashford
      1 hour ago
















    2














    The method is wrong - you want to use document.getElementsByClassName:



    var tb = document.getElementByClass("metric");


    You could also use querySelectorAll to only get td elements with the class metric:



    var tb = document.querySelectorAll("td.metric");





    share|improve this answer
























    • Thanks . And can you please tell me how I can see the content in tb

      – Ganga
      2 hours ago











    • @Ganga you mean you want to see the inner text of each element in tb?

      – Jack Bashford
      2 hours ago











    • yes. The inner text

      – Ganga
      1 hour ago











    • Ok I'll edit my answer @Ganga

      – Jack Bashford
      1 hour ago














    2












    2








    2







    The method is wrong - you want to use document.getElementsByClassName:



    var tb = document.getElementByClass("metric");


    You could also use querySelectorAll to only get td elements with the class metric:



    var tb = document.querySelectorAll("td.metric");





    share|improve this answer













    The method is wrong - you want to use document.getElementsByClassName:



    var tb = document.getElementByClass("metric");


    You could also use querySelectorAll to only get td elements with the class metric:



    var tb = document.querySelectorAll("td.metric");






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 2 hours ago









    Jack BashfordJack Bashford

    10.8k31644




    10.8k31644













    • Thanks . And can you please tell me how I can see the content in tb

      – Ganga
      2 hours ago











    • @Ganga you mean you want to see the inner text of each element in tb?

      – Jack Bashford
      2 hours ago











    • yes. The inner text

      – Ganga
      1 hour ago











    • Ok I'll edit my answer @Ganga

      – Jack Bashford
      1 hour ago



















    • Thanks . And can you please tell me how I can see the content in tb

      – Ganga
      2 hours ago











    • @Ganga you mean you want to see the inner text of each element in tb?

      – Jack Bashford
      2 hours ago











    • yes. The inner text

      – Ganga
      1 hour ago











    • Ok I'll edit my answer @Ganga

      – Jack Bashford
      1 hour ago

















    Thanks . And can you please tell me how I can see the content in tb

    – Ganga
    2 hours ago





    Thanks . And can you please tell me how I can see the content in tb

    – Ganga
    2 hours ago













    @Ganga you mean you want to see the inner text of each element in tb?

    – Jack Bashford
    2 hours ago





    @Ganga you mean you want to see the inner text of each element in tb?

    – Jack Bashford
    2 hours ago













    yes. The inner text

    – Ganga
    1 hour ago





    yes. The inner text

    – Ganga
    1 hour ago













    Ok I'll edit my answer @Ganga

    – Jack Bashford
    1 hour ago





    Ok I'll edit my answer @Ganga

    – Jack Bashford
    1 hour ago











    1














    There are two problems :



    1) You miss first <tr> and last </tr> and also must wrap your trs in table tag .



    2)
    Change :



    document.getElementByClass('metric') ;    


    To:



    document.getElementsByClassName('metric') ;





    var tb = document.getElementsByClassName('metric') ;

    console.log(tb) ;

    <table>
    <tr>
    <td class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
    <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
    <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
    <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
    </tr>
    <tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
    <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
    <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
    <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
    <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
    </tr>
    </table>








    share|improve this answer






























      1














      There are two problems :



      1) You miss first <tr> and last </tr> and also must wrap your trs in table tag .



      2)
      Change :



      document.getElementByClass('metric') ;    


      To:



      document.getElementsByClassName('metric') ;





      var tb = document.getElementsByClassName('metric') ;

      console.log(tb) ;

      <table>
      <tr>
      <td class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
      <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
      <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
      <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
      </tr>
      <tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
      <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
      <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
      <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
      <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
      </tr>
      </table>








      share|improve this answer




























        1












        1








        1







        There are two problems :



        1) You miss first <tr> and last </tr> and also must wrap your trs in table tag .



        2)
        Change :



        document.getElementByClass('metric') ;    


        To:



        document.getElementsByClassName('metric') ;





        var tb = document.getElementsByClassName('metric') ;

        console.log(tb) ;

        <table>
        <tr>
        <td class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        </tr>
        <tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
        </tr>
        </table>








        share|improve this answer















        There are two problems :



        1) You miss first <tr> and last </tr> and also must wrap your trs in table tag .



        2)
        Change :



        document.getElementByClass('metric') ;    


        To:



        document.getElementsByClassName('metric') ;





        var tb = document.getElementsByClassName('metric') ;

        console.log(tb) ;

        <table>
        <tr>
        <td class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        </tr>
        <tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
        </tr>
        </table>








        var tb = document.getElementsByClassName('metric') ;

        console.log(tb) ;

        <table>
        <tr>
        <td class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        </tr>
        <tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
        </tr>
        </table>





        var tb = document.getElementsByClassName('metric') ;

        console.log(tb) ;

        <table>
        <tr>
        <td class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1997.0</td>
        </tr>
        <tr class='detail-hide'><td Class='result-name '>pmu: COMMITTED_PKT_BSB</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1655.0</td>
        <td Class='metric' title='Test gave a performance metric.' lastPassTag=''>1836.0</td>
        </tr>
        </table>






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 2 hours ago

























        answered 2 hours ago









        EhsanEhsan

        9,85031130




        9,85031130






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55035940%2fhow-can-i-conditionally-format-my-html-table%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

            Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

            Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...