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
45
-
stays faithful to the look-and-feel of the library in both dark and light mode. It supports and is written in Typescript.
49
+
. It adds features like paging, sorting and filtering to basic Blueprint tables. <strong>Blueprint
50
+
Datagrid</strong> is built with Blueprint components and styling and
51
+
stays faithful to the look-and-feel of the library in both dark and light mode. It supports and is written in
52
+
Typescript.
46
53
</p>
47
54
</Section>
48
55
<Sectiontitle="Example">
49
56
<p>
50
-
The following example shows most of the current features, like <strong>paging</strong>, <strong>sorting</strong>, <strong>filtering</strong>,{" "}
57
+
The following example shows most of the current features,
58
+
like <strong>paging</strong>, <strong>sorting</strong>, <strong>filtering</strong>,{" "}
51
59
<strong>row-level actions</strong> and <strong>custom cell formatting</strong>:
The exact versions of these packages can be found in the project's <ahref="https://github.com/alex-c/blueprint-datagrid/blob/main/package.json">package.json</a>.
91
+
The exact versions of these packages can be found in the project's <a
A <strong>Blueprint Datagrid</strong> is created with the <Code>Datagrid</Code> component and by passing it an array of objects as <Code>dataSource</Code>, which contain
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>{" "}
104
+
A <strong>Blueprint Datagrid</strong> is created with the <Code>Datagrid</Code> component and by passing it an
105
+
array of objects as <Code>dataSource</Code>, which contain
106
+
the data to use as the contents of the table. The <Code>Datagrid</Code> is mainy configured by passing
107
+
additional components to it's slot, like <Code>Column</Code>{" "}
0 commit comments