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

Large table component #192

Closed
wants to merge 10 commits into from
Closed

Large table component #192

wants to merge 10 commits into from

Commits on Jul 7, 2023

  1. Started large table component - mostly working.

    TOODO:
    
    - Unit tests
    - Inclusion in modules (characterization and cohort diagnostics)
    
    - Download data functionality (implement promises callback?)
    
    - Make appearance as close to other tables as possible
    
    - Allow row selection callback
    
    - Allow as many customisable reactable options as possible (beyond search and filters which will not easily work)
    
    - Make more compatible with query namespeaces to automatically generate advanced column filters
    azimov committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1271a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa45ca6 View commit details
    Browse the repository at this point in the history
  3. docs

    azimov committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b821fb2 View commit details
    Browse the repository at this point in the history
  4. example fixed

    azimov committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d4391bb View commit details
    Browse the repository at this point in the history
  5. example fixed

    azimov committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    eac448e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Changes to appearance

    azimov committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6dd8d98 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Minor fixes for appearance

    azimov committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    444aef4 View commit details
    Browse the repository at this point in the history
  2. Columns now parameter to compnenent not data object, convenient creat…

    …ion function for ldts
    azimov committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e8cca01 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fixed typo in tests

    azimov committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d714c64 View commit details
    Browse the repository at this point in the history
  2. fixed typo in tests

    azimov committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1a7f5db View commit details
    Browse the repository at this point in the history