Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

170
Views
why does console.table not display the last entry

i am missing something exceedingly obvious, but it appears on my chrome browser Version 103.0.5060.134 (Official Build) (64-bit) the final entry is missing:

const objectTest = { 'one' : 'this is object one' , 'two' : 'this is object two' , 'three' : 'this is object three' } ; 
console.table (objectTest) ;     // appears to skip the final entry
console.log(objectTest.three) ;  // final entry is available

what must i do to get console.table to display the last entry?

i would like to start using console.table in addition to JSON.stringify but only if i can get it working properly.

What's even more peculiar to me is that firefox seems to work correctly.

EDIT: its working fine on chrome 100-102 and chrome 104-105. its just appears to be not working properly on chrome 103. i tried this out on browserstack.
but again, i am assuming that i am doing something incorrect.

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I can reproduce in Chrome 103.0.5060.134:

However, as you can see, the last entry is not really missing, it's just hidden beneath that unnecessary horizontal scrollbar. If you select the text in the table, you can still copy it and also spot the selection:

The bug has already been reported at least five times:

  • Issue 1339628: console.table is missing last element in array
  • Issue 1340625: console.table horizontal scrollbar obscures last row
  • Issue 1344504: console.table does not show all properties
  • Issue 1346599: unnecessary scroll bars in console.table obscure content
  • Issue 1347572: console.table() displays a horizontal scrollbar overlaying the last table row.

This has been fixed and the fix will roll out soon into Stable channel.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!