Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#9553: Improving readability of long attribute values in attribute table and table widgets #9701

Merged
merged 8 commits into from
Nov 21, 2023
Prev Previous commit
Update web/client/components/misc/enhancers/handleLongTextEnhancer.jsx
  • Loading branch information
MV88 committed Nov 15, 2023
commit f417f19876806deb49efbf0aa047b2c4810013a9
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Tooltip } from "react-bootstrap";
* @name handleLongTextEnhancer
* @memberof components.misc.enhancers
* Wraps [wrapped component with content] to add tooltip for long content if shown content less than the main content
* @param {Component} Wrapped the wrapper to add tooltip for its long content
* @param {Component} Wrapped the component wrapped with a tooltip when its content is too long
* @param {object} props the props that contains value content
* @return {Component} the rendered component that renders the content with the tooltip if the content is long or renders the content with no tooltip if not long
* @example
Expand Down
Loading