Table chart: rns table - MaksimAbelchuk/RnS_Docs GitHub Wiki

table chart config 1table chart config 2

Overview

Configuration features that are available to configure on the data table chart view:

visualization_id: rns-table

Config example

name: test-chem-rns-table
title: Test Chem Data Table
connection_name: test-chem
dataset_name: test-chem
visualization_id: rns-table
chart_config:
  enable_multi_column_sorting: true
  page_size:
  - 5
  - 10
  - 15
  - 20
  columns:
  - name: country
    url: https://www.example.com/\{}
  - name: incremental_sales
    flow_direction: true
    condition:
      type: interval
      params:
        min: 0
        max: 0
  show_total: bottom
  show_average: bottom
  enable_column_resize: true
  enable_column_autosize: false
  max_default_column_width: 5
  disable_column_width_: true
  columns_with_the_same_width: false
  grouping: true