Skip to content

Commit

Permalink
removed unwanted code.
Browse files Browse the repository at this point in the history
Signed-off-by: abasatwar <[email protected]>
  • Loading branch information
abasatwar committed Sep 19, 2022
1 parent 1796613 commit 4f15c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3433,9 +3433,6 @@ exports[`Config panel component Renders config panel with visualization data 1`]
"id": "data_table",
"label": "Table View",
"name": "data_table",
"selection": Object {
"dataLoss": "nothing",
},
"showtableheader": true,
"type": "data_table",
"visconfig": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {

const sharedConfigs = getPlotlySharedConfigs();
const VIS_CATEGORY = getPlotlyCategory();
const COLUMN_WIDTH = 150;

export const createDatatableTypeDefinition = (params: any = {}) => ({
name: 'data_table',
Expand All @@ -27,15 +28,12 @@ export const createDatatableTypeDefinition = (params: any = {}) => ({
fulllabel: 'Table View',
icontype: 'visTable',
category: VIS_CATEGORY.BASICS,
selection: {
dataLoss: 'nothing',
},
icon: LensIconChartDatatable,
showtableheader: true,
enablepagination: true,
colunmfilter: false,
columnalignment: 'leftAligned',
columnwidth: 150,
columnwidth: COLUMN_WIDTH,
editorconfig: {
panelTabs: [
{
Expand Down

0 comments on commit 4f15c16

Please sign in to comment.