Skip to content

Commit

Permalink
Removed unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Nov 26, 2023
1 parent ab36f99 commit 36c4800
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libs/ui/src/lib/data-table/DataTableRenderers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ export function configIdLinkRenderer(serverUrl: string, org: SalesforceOrgUi) {

// HEADER RENDERERS

/**
* DRAGGABLE COLUMNS, ALLOW REORDERING
*/
interface DraggableHeaderRendererProps<R> extends RenderHeaderCellProps<R> {
onColumnsReorder: (sourceKey: string, targetKey: string) => void;
}

/**
* SELECT ALL CHECKBOX HEADER
*/
Expand Down

0 comments on commit 36c4800

Please sign in to comment.