Open nbuytaert1 opened 7 years ago
Hi Nick, How to use the procedure API? we are testing now Sel2 on I.G's.
How to use the procedure API? we are testing now Sel2 on I.G's.
I have to change the plugin source code. The current version of the Select2 plugin uses the deprecated Function API interface, which doesn't support IG. In the next version of the plugin, I'll change the API interface from functions to procedures.
Just changing it from function to procedure doesn't do the trick Nick, I think some changes need to be made in the code too, because after changing it, it produced this error : PLS-00306: wrong number or types of arguments in call to 'RENDER'
@farzadso, you're correct, check out this discussion: https://community.oracle.com/message/14242489#14242489
@rimblas Thanks Jorge, I guess i'll just wait for the project to be updated whichever method is chosen to overcome the error. Thanks for the interesting link
I got the Select2 plugin working in an IG now, but I'm not really happy with how Select2 items look like in the IG. Here's an example: https://apex.oracle.com/pls/apex/f?p=47839:20
The department column in the Interactive Grid Support region is based on the Select2 plugin. You'll notice that the Select2 items don't integrate very well with the IG.
I guess I'll have to make some CSS and/or JavaScript changes to the Select2 items when being used in an IG. Or has anyone else an interesting idea to better integrate the Select2 items?
Oh interesting, yes it will need a few changes. No creative ideas here. Looks like there are a few issues at play, not only CSS related.
@nbuytaert1 Have you placed it in a Text Area. I agree with Jorge @rimblas , there's more than CSS by the looks of it.
I'm getting close to a 100% working solution. I'll release a new version of the plugin by the end of the week.
Great to hear this fantastic News :-)
There is any news about v3.1.0? What about release?
I could use IG support very well. Any idea when this will be available?
I'm still having a couple of issues with IG support. The Select2 component and IG doesn't play together very well. I don't have that much time work on it, but I hope to release a working solution in one of the next weeks.
What about plugin release with IG supports? Maybe you need any help?
wish too :-)
have news about the new version?
@arnoaut You can try https://github.com/glebovpavel/apex-select2 - this pull request in the main branch is waiting for approval.
Any new news about this bugs? @nbuytaert1
Hi there, i am still waiting for the IG integration. are you still working on the issues? The Position af the select list jumps below the ig as soon as the first values in the list are shown. pls have a look at the attached animated gif
Use the Procedure API interface instead of the deprecated functions. That's necessary to support Interactive Grid columns.