nbuytaert1 / apex-select2

Select lists in Oracle APEX as they should be
https://apex.oracle.com/pls/apex/f?p=64237:20
GNU General Public License v2.0
56 stars 18 forks source link

Interactive Grid support #73

Open nbuytaert1 opened 7 years ago

nbuytaert1 commented 7 years ago

Use the Procedure API interface instead of the deprecated functions. That's necessary to support Interactive Grid columns.

sokosp commented 7 years ago

Hi Nick, How to use the procedure API? we are testing now Sel2 on I.G's.

nbuytaert1 commented 7 years ago

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.

farzadso commented 7 years ago

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'

rimblas commented 7 years ago

@farzadso, you're correct, check out this discussion: https://community.oracle.com/message/14242489#14242489

farzadso commented 7 years ago

@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

nbuytaert1 commented 7 years ago

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?

rimblas commented 7 years ago

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.

farzadso commented 7 years ago

@nbuytaert1 Have you placed it in a Text Area. I agree with Jorge @rimblas , there's more than CSS by the looks of it.

nbuytaert1 commented 7 years ago

I'm getting close to a 100% working solution. I'll release a new version of the plugin by the end of the week.

mfreu commented 7 years ago

Great to hear this fantastic News :-)

osydorchuk commented 7 years ago

There is any news about v3.1.0? What about release?

pettinger commented 7 years ago

I could use IG support very well. Any idea when this will be available?

nbuytaert1 commented 7 years ago

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.

osydorchuk commented 7 years ago

What about plugin release with IG supports? Maybe you need any help?

etaygudai commented 6 years ago

wish too :-)

arnoaut commented 6 years ago

have news about the new version?

glebovpavel commented 6 years ago

@arnoaut You can try https://github.com/glebovpavel/apex-select2 - this pull request in the main branch is waiting for approval.

HeshamAbuElenain commented 6 years ago

Any new news about this bugs? @nbuytaert1

pettinger commented 5 years ago

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 Select2