Skip to main content

How do i debug the object received by logging the table?

  • October 10, 2020
  • 2 replies
  • 13 views

Forum|alt.badge.img+13
  • Known Participant
  • 62 replies

2 replies

Kamille_Parks11
Forum|alt.badge.img+27

If you’re being literal: console.log(table) or output.inspect(table)

If you want to use an object like a table model in output.text() you have to pass an attribute, not the whole table (i.e. table.name)


Forum|alt.badge.img+19
  • Inspiring
  • 3263 replies
  • October 10, 2020

Um, have you tried output.inspect()?

output.inspect(table);