We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188fe47 commit e7bc229Copy full SHA for e7bc229
1 file changed
packages/table-core/src/features/column-ordering/columnOrderingFeature.utils.ts
@@ -24,7 +24,7 @@ export function column_getIndex<
24
return columns.findIndex((d) => d.id === column.id)
25
}
26
27
-export function column_getIsFirstColumn_Internal<
+export function column_getIsFirstColumn<
28
TFeatures extends TableFeatures,
29
TData extends RowData,
30
TValue extends CellData = CellData,
@@ -36,7 +36,7 @@ export function column_getIsFirstColumn_Internal<
36
return columns[0]?.id === column.id
37
38
39
-export function column_getIsLastColumn_Internal<
+export function column_getIsLastColumn<
40
41
42
0 commit comments