Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-3467

Create query result component

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 6
    • 6.0.0
    • maxgui
    • None
    • MXS-SPRINT-129, MXS-SPRINT-130, MXS-SPRINT-131, MXS-SPRINT-132

    Description

      A table component to show the result of user's sql query.

      There should be two tabs to switch

      1. Results: show results of the sql query get from the editor.
      2. Data preview: Show data preview when user select `Preview Data` or `View Details` options in the table list sidebar.

      In Data Preview tab, user should be able to see table data with two buttons to choose to show either `Preview Data` or `View Details`

      • Data for `Preview Data` is getting by:

        SELECT * FROM schema.table_name;
        

      • Data for `View Details` option is getting by:

        DESCRIBE schema.table_name;
        

      Table functionalities:

      • Table column should be re-sizable
      • User can export and download query result to different file formats such as csv, xlsx, json
      • Table can be filtered
      • Able to sort and filter result
      • Able to toggle table columns

      Attachments

        There are no Sub-Tasks for this issue.

        Activity

          People

            thien.ly Duong Thien Ly
            thien.ly Duong Thien Ly
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.