question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi all,

I cannot addRow with a column name id, is there any reserved word in column name?

sheet.addRow({
        'id': 333,
        ...
});

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
odubcommented, Aug 8, 2016

I also just hit this problem. It would be nice to get an error if id is a reserved word.

1reaction
mddanishyusufcommented, Nov 1, 2017

I also faced this issues but I use ‘Id’ and it’s worked for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do you add an ID to a new row () using t.row.add
Probably the easiest way for an array sourced table is to do: t.row.add( [ ... ] ).node().id = 'myId'; t.draw( false );. This...
Read more >
DataTable row.add with attr id - Stack Overflow
row.add() return a dataTables API along the inserted row, so you can use API methods to set an id directly on the <tr>...
Read more >
addRow - API Reference - Kendo UI Grid - Documentation
addRow. Adds an empty data item to the grid. In "incell" and "inline" editing mode a table row will be appended. Popup window...
Read more >
HTML DOM Table insertRow() Method - W3Schools
The insertRow() method creates an empty <tr> element and adds it to a table. The insertRow() method inserts the new row(s) at the...
Read more >
ID required in ADD ROW to SQL - how do i send null...
Now, recently, it is wanting me to assign the ID to the new row in SQL, which historically, it creates the ID on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found