Franck
Is chat.js widget enabling transitions animations ?
I have a doughnut where some partitions are involving in the time.
FYI, I tried :
But when polling, the animation restarts since the beginning (like if each partition started from 0). What i'm looking for is a progress animation from state 1 to state 2, not from state 0 to state 2.
All help welcomes 🙂 Thank you!
3 replies
Table recordUrl() to open a modal?
I dunno if you solved your problem, but I think I had the same issue. Here is how I solved it :
The trick is adding
->recordAction('name of your action')
to table and put null
& ''
for icon and label to the ViewAction
I didn't find another way to achieve this.
Hope it helps16 replies