We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe4906 commit d85583bCopy full SHA for d85583b
ColorfulOptionsetGrid/App/Hooks/useColumns.ts
@@ -2,7 +2,7 @@ import * as React from 'react';
2
type DataSet = ComponentFramework.PropertyTypes.DataSet;
3
import DataSetInterfaces = ComponentFramework.PropertyHelper.DataSetApi;
4
5
-
+//
6
export interface IColumnFeature{
7
width: number;
8
isVisible ?: boolean;
0 commit comments