We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Skedge prevents rows with no data from being opened, Trends should as well
Copy over the canOpen functionality from searchResultsTable in skedge
canOpen
searchResultsTable
https://github.com/UTDNebula/skedge/blob/6b425d075c71ca05a956ad7ec2002830025dc97e/src/components/SearchResultsTable.tsx#L44-L46
Example of what shouldn't happen:
And the functionality in skedge:
The text was updated successfully, but these errors were encountered:
ajlikesoj
No branches or pull requests
Overview
Skedge prevents rows with no data from being opened, Trends should as well
Proposal
Copy over the
canOpen
functionality fromsearchResultsTable
in skedgehttps://github.com/UTDNebula/skedge/blob/6b425d075c71ca05a956ad7ec2002830025dc97e/src/components/SearchResultsTable.tsx#L44-L46
Supplementary Information
Example of what shouldn't happen:
And the functionality in skedge:
The text was updated successfully, but these errors were encountered: