<html>
    <head>
      <base href="https://bugs.webkit.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: console.table(): Silently hiding some columns + Key's 'name' can trigger"
   href="https://bugs.webkit.org/show_bug.cgi?id=168873#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: console.table(): Silently hiding some columns + Key's 'name' can trigger"
   href="https://bugs.webkit.org/show_bug.cgi?id=168873">bug 168873</a>
              from <span class="vcard"><a class="email" href="mailto:webkitbugs&#64;rmnet.com" title="ar &lt;webkitbugs&#64;rmnet.com&gt;"> <span class="fn">ar</span></a>
</span></b>
        <pre><span class="quote">&gt; I suspect this was fixed by:
&gt; &lt;<a href="https://webkit.org/b/167175">https://webkit.org/b/167175</a>&gt; Web Inspector: console.table only works for the first 5 properties
&gt; &lt;<a href="http://trac.webkit.org/changeset/210910">http://trac.webkit.org/changeset/210910</a>&gt;</span >

Yeah. I referenced in my original report. It looked promising.

<span class="quote">&gt; Which is only a few months old. So probably past STP 16.</span >

<span class="quote">&gt; You can try a WebKit Nightly on El Capitan. Click the download links in the &quot;WebKit Nightly&quot; section on: &lt;<a href="https://webkit.org/downloads/">https://webkit.org/downloads/</a>&gt;</span >

Ahh. I didn't realize that.

A few things:
- Tested in Nightly r214393 (March 25, 2017 8:37 AM GMT)

- I can confirm all of my original test cases PASS now.

- I can now see up to 15 columns, which makes sense given:
        - var maxColumnsToRender = 15;
        - via: <a href="https://bugs.webkit.org/attachment.cgi?id=299184&amp;action=diff#a/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js_sec1">https://bugs.webkit.org/attachment.cgi?id=299184&amp;action=diff#a/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js_sec1</a>
        - 16+ columns are silently suppressed (as before).

- Setting the &quot;Column Display Restriction&quot; argument to a column above 15 (front end cut-off) works correctly now too! (My tests: 2b, 3b).

This is great.
Thanks!

Now my only request would be: More documentation about this.

- I wasn't able to find anything about this limitation, except in &lt;<a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Web Inspector: console.table only works for the first 5 properties"
   href="show_bug.cgi?id=167175">https://bugs.webkit.org/show_bug.cgi?id=167175</a>&gt; and the source. So adding a note about this to some documentation, somewhere, would be nice :-)

- Even better: A message that appears when column display has been suppressed. Even if it's just a warning or note about the `Max=15` limitation.

Thanks again!</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>