fleet/frontend/components/TableContainer/DataTable
Gabriel Hernandez 9f3331ef94
Fix word wrapping on TruncatedTextCell tooltip (#12567)
relates to #12473

Fixes ui bug where the wrapping text on a tooltip in TruncatedTextCell
did not display properly. I fixed this by adding a prop to the component
`tooltipBreakOnWord` which allows devs to configure if the tooltip
breaks on a word, or by default on any character.

**Breaking on a word:**


![image](https://github.com/fleetdm/fleet/assets/1153709/1e3488fd-0051-4bed-8597-e4249a654da3)

**Breaking on any character (default behaviour):**


![image](https://github.com/fleetdm/fleet/assets/1153709/cbb9481f-5cab-4c9b-873a-2343721ebdfe)

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
2023-06-29 17:04:25 +01:00
..
ActionButton Fleet UI: Update icons (All icons related to action buttons/table container actions) (#11945) 2023-05-30 17:16:47 -04:00
DefaultColumnFilter update buttons to match new styleguide (#9183) 2023-01-05 15:23:27 +00:00
DropdownCell Fleet UI: Rebase fix (#9040) 2022-12-15 12:06:09 -05:00
HeaderCell Scroll bug fix (#11061) 2023-04-07 11:56:14 -07:00
IssueCell Frontend: Unit tests /components directory, convert to svg icons (#8716) 2022-12-07 09:59:38 -08:00
LinkCell Fleet UI: Manage queries page URL params (#11485) 2023-05-08 09:17:19 -04:00
LiveQueryIssueCell Fleet UI: Select targets distributed interval tooltips (#9975) 2023-02-22 16:27:02 -05:00
PillCell Fleet UI: Undetermined public ip tooltip (#9907) 2023-02-21 09:16:38 -05:00
PlatformCell Fleet UI: Add ChromeOS to view and run queries (#11992) 2023-06-06 08:58:32 -04:00
TextCell add figma to storybook and a couple new stories (#11521) 2023-05-09 16:53:43 +01:00
TruncatedTextCell Fix word wrapping on TruncatedTextCell tooltip (#12567) 2023-06-29 17:04:25 +01:00
_styles.scss Adjust bold weight (#11905) 2023-05-23 16:24:01 -05:00
DataTable.tests.tsx Frontend: Consolidate table button props into objects (#11586) 2023-05-11 15:25:56 -04:00
DataTable.tsx Live query performance improvements (#11995) 2023-06-06 16:23:09 -04:00