I have a string length issue in datagrid.

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
No description
1 Reply
ikbentomas
ikbentomas3w ago
I think you could use the formatStateUsing() method to change the integer into a string (it seems to be an integer because of the E+19 at the end) https://filamentphp.com/docs/2.x/tables/columns/text#custom-formatting

Did you find this page helpful?