Is there a builtin table component, resembling the grids used in Freshworks CRM?

Hey!

What is the recommended approach (which CSS Component set) in FCRM, to display a table with the exact same UI styling as FRCM? At least with the same look n feel, but prefered with builtin sorting/paging…

I currently have

  <script src="https://static.freshdev.io/fdk/2.0/assets/fresh_client.js"></script>
  <script type="module" src="https://unpkg.com/@freshworks/crayons/dist/crayons/crayons.esm.js"></script>
  <script nomodule src="https://unpkg.com/@freshworks/crayons/dist/crayons/crayons.js"></script>
  <link rel="stylesheet" type="text/css" href="https://static.freshdev.io/fdk/2.0/assets/freshworks_crm.css">

and tried a simple < table > (with bootstrap 3 classes) , but the fonts are way too big, the head doesn’t look like a FCRW table head, etc… etc…

Hi @lucas,
Good Day
Can you please share me the screenshot of what you are getting and the expectations,
I will check and get back to you at earliest

Thanks
Santhosh

1 Like

i just want to mimick the Freshworks CRM UI styling as good as possible. The components (crayons) help a lot for the forms, but it lacks the FRCM grid… See the screenshot of your own product. As an app builder , following your UI Guidelines, i want to populate datatables in the same look n feel as the screenshot.

Can you give me some directions / advise?

2 Likes

@lucas,
Thank you for sharing the information, unfortunately this style is not supported by bootstrap class for now, we will try implementing the same in near future exactly as like Freshworks CRM UI style grid

Thanks

2 Likes

@lucas - This is also actively tracked to be worked upon.