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

[Table Visualization] Replace table visualization with React and DataGrid #2863

Merged
merged 5 commits into from
Dec 28, 2022

Commits on Dec 16, 2022

  1. [Table Visualization] Replace table visualization with React and Data…

    …Grid
    
    In this PR, we add back functions to make new table usage to
    be consistent with the replaced one.
    * total function
    * percentage column
    * filter in/out
    
    Meanwhile, we also add back server. Functional tests are removed.
    We will add new functional test in opensearch-dashboards-functional-test
    repo. We also clean out some legacy codes.
    
    Issue Resolved:
    opensearch-project#2855
    
    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    ananzh committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    bf2f4ef View commit details
    Browse the repository at this point in the history
  2. add some data-test-subj and fix PR comments

    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    ananzh committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    73a636a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Fix PR comments and add unit tests

    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    ananzh committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d891efc View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. remove listenOnChange

    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    ananzh committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    10683d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81a5c9f View commit details
    Browse the repository at this point in the history