Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hideIdentifier not working for me (Tabledit v1.2.3) #144

Open
ian-brackenbury opened this issue Nov 6, 2020 · 1 comment
Open

hideIdentifier not working for me (Tabledit v1.2.3) #144

ian-brackenbury opened this issue Nov 6, 2020 · 1 comment

Comments

@ian-brackenbury
Copy link

hideIdentifier=true doesn't hide the identoifoer column. However the fix is easy.

// Hide identifier column.
About line 92in $table.find the "ParseInt(..) + 1" is being treated as concatenation not addition. Just wrap that in parens, as is done for the almost identical expressions following it.

@iShubhamRaj
Copy link

hideIdentifier=true doesn't hide the identoifoer column. However the fix is easy.

// Hide identifier column.
About line 92in $table.find the "ParseInt(..) + 1" is being treated as concatenation not addition. Just wrap that in parens, as is done for the almost identical expressions following it.

Thanks for the solution! I created pull request with the fix for this in this repo. Not sure if the maintainer will merge it though. Seems to be inactive!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants