Skip to content

Commit 629aa6e

Browse files
committed
review payment page
1 parent b5d88e9 commit 629aa6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tdb-react-table/src/GraphqlTable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ minWidth,
2020
maxWidth}]*/
2121

2222
//this only render the logic of do the query is in an external hook
23-
export const GraphqlTable = ({result, config, freewidth, start, filtersBy ,limit, orderBy, totalRows, setLimits, setOrder, setFilters,onRefresh,dowloadConfig})=>{
23+
export const GraphqlTable = ({hiddenColumnsArr, result, config, freewidth, start, filtersBy ,limit, orderBy, totalRows, setLimits, setOrder, setFilters,onRefresh,dowloadConfig})=>{
2424
// let wt = TerminusClient.View.table()
2525
// if(view) wt.loadJSON(view.table, view.rules)
2626

@@ -68,7 +68,7 @@ export const GraphqlTable = ({result, config, freewidth, start, filtersBy ,limit
6868
};
6969

7070
function formatTableColumns(){
71-
const hiddenColumns = []
71+
const hiddenColumns = [] //hiddenColumnsArr
7272
// I visualise the id only if it is the only item
7373
const colArr = config.columns
7474
if(!Array.isArray(colArr))return []

0 commit comments

Comments
 (0)