You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: