Skip to content

Commit 97871b4

Browse files
deleted Actions column
1 parent 9490bb3 commit 97871b4

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

laue_portal/pages/scans.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -189,18 +189,6 @@ def _get_metadatas():
189189
'unSortIcon': True,
190190
})
191191

192-
# Add the custom actions column
193-
cols.insert(-1, {
194-
'headerName': 'Actions',
195-
'field': 'actions', # This field doesn't need to exist in the data
196-
'cellRenderer': 'ActionButtonsRenderer',
197-
'sortable': False,
198-
'filter': False,
199-
'resizable': True, # Or False, depending on preference
200-
'suppressMenu': True, # Or False
201-
'width': 200, # Adjusted width for DBC buttons
202-
})
203-
204192
return cols, metadatas.to_dict('records')
205193

206194

0 commit comments

Comments
 (0)