Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Table performance paging #7399
Table performance paging #7399
Changes from 16 commits
ba476d6
c408530
fbe1a68
c5761c1
6c53b77
46f897f
cdc3f6b
fdd3cb4
395a735
46d72ad
08c3b14
d9629db
6fbdf7f
10b559d
2639ab2
7693c70
00fa2d5
2efadaf
6fc0022
088f948
e185270
a922578
adc8ba8
c623d01
fdd390d
ff0d393
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 279 in src/api/telemetry/TelemetryCollection.js
src/api/telemetry/TelemetryCollection.js#L278-L279
Check warning on line 281 in src/api/telemetry/TelemetryCollection.js
src/api/telemetry/TelemetryCollection.js#L281
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, this is a simple way of enforcing size with a small change
Check warning on line 107 in src/plugins/telemetryTable/TelemetryTable.js
src/plugins/telemetryTable/TelemetryTable.js#L106-L107
Check warning on line 110 in src/plugins/telemetryTable/TelemetryTable.js
src/plugins/telemetryTable/TelemetryTable.js#L110
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spacing is a little weird here. Did prettier demand it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea on autosave
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thats how i would have wrote it... hehe
Check warning on line 112 in src/plugins/telemetryTable/TelemetryTable.js
src/plugins/telemetryTable/TelemetryTable.js#L112
Check warning on line 114 in src/plugins/telemetryTable/TelemetryTable.js
src/plugins/telemetryTable/TelemetryTable.js#L114
Check warning on line 172 in src/plugins/telemetryTable/TelemetryTable.js
src/plugins/telemetryTable/TelemetryTable.js#L171-L172
Check warning on line 153 in src/plugins/telemetryTable/TelemetryTableConfiguration.js
src/plugins/telemetryTable/TelemetryTableConfiguration.js#L151-L153
Check warning on line 165 in src/plugins/telemetryTable/TelemetryTableConfiguration.js
src/plugins/telemetryTable/TelemetryTableConfiguration.js#L163-L165
Check warning on line 169 in src/plugins/telemetryTable/TelemetryTableConfiguration.js
src/plugins/telemetryTable/TelemetryTableConfiguration.js#L169
Check warning on line 171 in src/plugins/telemetryTable/TelemetryTableConfiguration.js
src/plugins/telemetryTable/TelemetryTableConfiguration.js#L171
Check warning on line 177 in src/plugins/telemetryTable/TelemetryTableConfiguration.js
src/plugins/telemetryTable/TelemetryTableConfiguration.js#L175-L177