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

[Telemetry Table] Address issues found during testing Table Performance #7529

Merged
merged 17 commits into from
Mar 13, 2024
Merged
Prev Previous commit
Next Next commit
removing row counter debug code
  • Loading branch information
jvigliotta authored and ozyx committed Mar 12, 2024
commit 7e049de42ffe0991a86a5b2a24587adc18da554e
3 changes: 0 additions & 3 deletions src/plugins/telemetryTable/components/TableRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
:aria-label="ariaLabel"
v-on="listeners"
>
{{
rowIndex
}}
<component
:is="componentList[key]"
v-for="(title, key) in headers"
Expand Down