Skip to content

Commit

Permalink
docs: Added specs for method
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Pinedo committed Nov 14, 2023
1 parent 329b89d commit 91db330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/table/src/core/utils/columns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export const getHeaderNameByID = (
columnDefs.find((colDef: ColDef) => colDef.id === virtualColumn.key)
.headerName;

/**
* @returns Column defs mixed with default column def
*/
export const getCollatedColumns = (
defaultColumnDef: DefaultColDef,
columnDefs: ColDef[],
Expand Down

0 comments on commit 91db330

Please sign in to comment.