Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

283
Views
Text(showing 10 fonts and sort by) in Shopify Polaris Resource List component is hidden/not showing

version: "@shopify/polaris": "^9.16.0",

Text(showing 10 fonts and sort by) in Shopify Polaris Resource List component is hidden/not showing

Desired Result: enter image description here

Actual Result: enter image description here

This is the code snippet:

 <ResourceList
              emptyState={emptyStateMarkup}
              resourceName={resourceName}
              items={rows}
              renderItem={RenderFontItem}
              sortValue={sortString}
              sortOptions={[
                { label: 'Name Desc', value: 'FONT_NAME_DESC' },
                { label: 'Name Asc', value: 'FONT_NAME_ASC' },
              ]}
              loading={isLoading}
              onSortChange={(selected) => {
                if (selected === 'FONT_NAME_DESC') {
                  setSortString(selected);
                  setSortValue('font_name');
                  setSortDirection('desc');
                } else if (selected === 'FONT_NAME_ASC') {
                  setSortString(selected);
                  setSortValue('font_name');
                  setSortDirection('asc');
                }
              }}
              filterControl={filterControl}
            />

enter code here
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!