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
There are some optimizations can be made for the table component SLTable.vue
These are something about the code implementation methods.
These are something more difficult and require some effort
The text was updated successfully, but these errors were encountered:
About Part 2 - 1,we simplify the hash function in PR #87
Sorry, something went wrong.
For some repetitive code, we must think about how to use component encapsulation, and how to organize the common state.
Refactor/sl table (#106)
71630bb
* fix #88 --------- Co-authored-by: KAAANG <cunykang@gmail.com>
Squashed commit of the following:
c8dac19
commit 300178b Author: Zirui Cai <74649535+Feudalman@users.noreply.github.com> Date: Sun Dec 31 00:08:21 2023 +0800 feat: stop experiment on dashboard (#108) * fix #107 * fix #36 commit 71630bb Author: Zirui Cai <74649535+Feudalman@users.noreply.github.com> Date: Sun Dec 31 00:06:24 2023 +0800 Refactor/sl table (#106) * fix #88 --------- Co-authored-by: KAAANG <cunykang@gmail.com>
2fc3c8f
Feudalman
Successfully merging a pull request may close this issue.
🤔 Question description
There are some optimizations can be made for the table component SLTable.vue
Part 1
These are something about the code implementation methods.
Part 2
These are something more difficult and require some effort
🧑💻 Expected result
🚑 Any additional
The text was updated successfully, but these errors were encountered: