freshworks / crayons

🖍️ Crayons - A UI Kit comprising of web components for building Freshworks Apps!
https://crayons.freshworks.com
219 stars 61 forks source link

feat(fw-platform-table): [Enhancement] - Ability to modify CSS or (change height or width) of fw-data-table of FwPlatformTable #886

Closed harshith-venkatesh-freshworks closed 1 year ago

harshith-venkatesh-freshworks commented 1 year ago

[Enhancement] - Ability to modify CSS or (change height or width) of fw-data-table of FwPlatformTable

Currently FwPlatformTable has a toolbar set that could be used to search and customise the columns and fw-data-table. We have a request to display the table with horizontal scrollbar. Since fw-data-table is the shadow element present in FwPlatformTable. We are currently unable to modify the height of the fw-data-table to meet the expectations. We have tried different css ways to modify the FwPlatformTable to ensure we get the horizontal scrollbar.

Checklist:

How Has This Been Tested?

Have added the properties and have manually tested the scenarios.

Screenshot 2023-08-09 at 6 19 27 PM Screenshot 2023-08-09 at 6 20 17 PM
harshith-venkatesh-freshworks commented 1 year ago

resolves #878