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

[PdrDashboard, v0.2] Enhance Table Functionality - Add Buttons and Sorting #1375

Closed
3 tasks done
kdetry opened this issue Jul 10, 2024 · 1 comment · Fixed by #1379
Closed
3 tasks done

[PdrDashboard, v0.2] Enhance Table Functionality - Add Buttons and Sorting #1375

kdetry opened this issue Jul 10, 2024 · 1 comment · Fixed by #1379
Assignees

Comments

@kdetry
Copy link
Contributor

kdetry commented Jul 10, 2024

Parent: #1357

Description:

Enhance the current table functionality by implementing the following features:

  1. Add "Select All" Button: This button will allow users to select all the values in the table.
  2. Add "Clear All" Button: This button will clear all the selected values in the table.
  3. Make Table Columns Sortable: Enable sorting functionality for each column in the table, allowing users to sort the data in ascending or descending order.

Definition of Done (DoD):

  • "Select All" button is added and functions correctly, selecting all values in the table when clicked.
  • "Clear All" button : clearing all selected values in the table when clicked.
  • Sorting functionality is implemented for each column, allowing users to sort data in both ascending and descending order.
@kdetry kdetry changed the title improve tables [PdrDashboard, v0.2] Improve Tables #1375 Jul 10, 2024
@kdetry kdetry changed the title [PdrDashboard, v0.2] Improve Tables #1375 [PdrDashboard, v0.2] Improve Tables Jul 10, 2024
@kdetry kdetry changed the title [PdrDashboard, v0.2] Improve Tables [PdrDashboard, v0.2] Enhance Table Functionality - Add Buttons and Sorting Jul 10, 2024
@kdetry kdetry self-assigned this Jul 10, 2024
kdetry added a commit that referenced this issue Jul 11, 2024
…nd Sorting (#1379)

* issue-1375: select unselect and sortable table

* issue-1375: UI CSS improvements

* UI fixes to make buttons text fit inside the same line

* issue-1375: refactor parameters

---------

Co-authored-by: Norbert <[email protected]>
@kdetry
Copy link
Contributor Author

kdetry commented Jul 16, 2024

Thank you for closing, I forget it completely @KatunaNorbert

KatunaNorbert added a commit that referenced this issue Jul 22, 2024
* Fix #1376: Change callbacks to not store payout data (#1378)

* Fix #1375: Add Buttons and Sorting (#1379)

* Fix #1373: Separate some concerns in pdr-dashboard. (#1390)

* Fix #1374: Display metrics over multiple feeds and predictoors (#1377)

* Fix #1400: Fix selections in feed and predictoor list (#1401)

* Fix #1385: Add switch to display selected predictoors feeds only (#1395)

* Fix #1402: Allow address config for predictoor dashboard. (#1403)

* Fix #1404: Allow date period selection (#1405)

* Fix #1384: Improve predictoors table by adding accuracy, stake and profit (#1398)

* Fix #1409: Add predictoor and feed startup data instead of loading on a dash component (#1411)

* Fix #1412:  Update dashboard readme with new instructions (#1414)

* Fix #1413: Update and split dash_duo tests (#1417)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants