I have a string length issue in datagrid. #15171
Unanswered
awesome1128
asked this question in
Help
Replies: 1 comment 3 replies
-
You can fix it by formatting the value as a string by using the formatStateUsing method. Here's an example:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Table builder
Package Version
v3.0.0
How can we help you?
How are you all !
I have a string length issue in datagrid.
I loaded a string from external api, and displayed it in datatable, so string will look like this.
99999999999999999999
But it's showing like this.
How to solve this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions