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
Thanks to how JS works, cellValue ? cellValue: ''; line ignores 0, need to check on that ternary || cellValue === 0 to allow copying of 0's and typeof bool checks to allow false bools parsing,
Thanks to how JS works, cellValue ? cellValue: ''; line ignores 0, need to check on that ternary || cellValue === 0 to allow copying of 0's and typeof bool checks to allow false bools parsing,