Table Action Url() on Column
So i have an Action that I use in a bunch of different places and how it behaves is based on an app config. So I have a table and i have the action used on the first column of the table and the action at the end of the table. Now for troubleshooting purposes, ive simplified it down down to this , which fails to launch there, but fine again in actions(). Ive tried changing the action name, no difference. When i click on it, its sending a network request, but not performing the action of going to the url. Since its a url(), shouldnt even show the address on hover, which its not?
5 Replies
As mentioned, its an app configuration and in my custom action, when its set to open a modal instead of using the url(), the modal works fine. So its simply a case of an Action with url() set where its not working
im assuming because a column has a url() option by default?
I suspect so, although I haven't walked thru the code.
hmm, grr. that woudl really cause a problem for me
Would be my first guess too.
Does the html output have an a tag or a button?
button
I dont like it, but this works
as that limits things a abit and doesnt make my ViewPropertyAction the single source for how things are handled