-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ability to wrap
or clip
text in a specific column
#237
Comments
@andrewtpham Won't this conflict with the functionality we have on the frontend for changing column data types? |
@michaelbukachi Oh good catch. I'm thinking clip or wrap text will be another option in the drop down as change data type will be an option too |
@andrewtpham this means we have to pull that functionality from the frontend and add it hakawati. |
@michaelbukachi Ok can we use this card to move that functionality to hakawati or should we do it in a separate issue? This is what I was thinking when a user clicks on the column header of our table component: This is based on the |
@andrewtpham We can use this card. Without that functionality there's literally no work to be done 😅. |
Is your feature request related to a problem? Please describe.
We would like to give the user the ability to customize if a column text is
wrap
orclip
text so that they can display their data to their preferenceAdditional context
Here is an example of specifying a column is either
wrap
orclip
:The text was updated successfully, but these errors were encountered: