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.
2 parents ca3b318 + 6bd10fd commit 25397c9Copy full SHA for 25397c9
.changeset/forty-rabbits-sip.md
@@ -0,0 +1,5 @@
1
+---
2
+'polaris-glints': minor
3
4
+
5
+use tr instead of div for empty state
polaris-react/src/components/IndexTable/IndexTable.tsx
@@ -662,7 +662,7 @@ function IndexTableBase({
662
663
const hasRowItems = itemCount > 0;
664
const emptyTableBody = (
665
- <div className={styles.EmptySearchResultWrapper}>{emptyStateMarkup}</div>
+ <tr className={styles.EmptySearchResultWrapper}>{emptyStateMarkup}</tr>
666
);
667
const bodyMarkup = condensed ? (
668
<>
0 commit comments