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

Use correct Id in existing check #7

Merged
merged 1 commit into from
Jul 4, 2019

Conversation

Beffyman
Copy link
Contributor

@Beffyman Beffyman commented Jul 4, 2019

The check to find if the table exists already with the grid name provided as the Id is incorrect, it needs to be prefixed by # in order to pick up on it.

Current functionality:
If table exists already, another table will be added, but the existing table will be the one the selector picks up on in the next command. Leaving a stub table at the bottom of the page with the same Id as the existing one.

Expected functionality:
Table is found by the grid name provided and no stub table is added

@LZorglub LZorglub merged commit cdab023 into LZorglub:master Jul 4, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants