You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way this package currently works, it's not really possible. The data is sent 'raw' to the frontend, by Laravel Nova. There is an option to change the "display template", you can append an percentage sign for example. There's currently no way to transformer the data, but I'm open to pull requests! I've written this when Nova was just released, don't know if there was (or is now) an option to transform the data server side. I could add an extra meta field, which accepts a value or closure and use that for displaying the value. But I'll have to look into that
I have a function to convert minutes to hour format:
1 hour 25 minutes
How can I pass above function to formatter method to display in the slider label?
Thank you
The text was updated successfully, but these errors were encountered: