Skip to content

Error on adding Filter #295

Answered by Pratosh22
Pratosh22 asked this question in Q&A
Feb 8, 2024 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

Update: Fixed it! The issue was because i was assigning id of column as question.id which is something like 1000041, this made the function getHeaderRowColumn return undefined as this line return headerRowTarget.children[idx] returns something like children[100041] which does not exist in headerRowTarget. Using index as id fixed the issue

TL:DR: Changed column id to index to fix the issue.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@Pratosh22
Comment options

@ghiscoding
Comment options

@Pratosh22
Comment options

@Pratosh22
Comment options

Answer selected by ghiscoding
@ghiscoding
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants