You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. It adds features like paging, sorting and filtering to basic Blueprint tables. <strong>Blueprint Datagrid</strong> is built with Blueprint components and styling and
43
-
stays faithful to the look-and-feel of the library in both dark and light mode. It supports and is written in Typescript.
44
-
</p>
37
+
<Section>
38
+
<p>
39
+
Welcome to the <strong>Blueprint Datagrid</strong> documentation! <strong>Blueprint Datagrid</strong> is an enhanced table component for{" "}
. It adds features like paging, sorting and filtering to basic Blueprint tables. <strong>Blueprint Datagrid</strong> is built with Blueprint components and styling and
44
+
stays faithful to the look-and-feel of the library in both dark and light mode. It supports and is written in Typescript.
45
+
</p>
46
+
</Section>
45
47
<Sectiontitle="Example">
46
48
<p>
47
-
The following example shows most of the current features, like <strong>paging</strong>, <strong>sorting</strong> and<strong>filtering</strong>,{" "}
49
+
The following example shows most of the current features, like <strong>paging</strong>, <strong>sorting</strong>,<strong>filtering</strong>,{" "}
48
50
<strong>row-level actions</strong> and <strong>custom cell formatting</strong>:
49
51
</p>
50
52
<Examplecode={combinedExampleCode}>
@@ -91,7 +93,7 @@ export const HomePage = () => {
91
93
the data to use as the contents of the table. The <Code>Datagrid</Code> is mainy configured by passing additional components to it's slot, like <Code>Column</Code>{" "}
0 commit comments