[SOLVED] Native wisej multiselect control like sumoselect.js or tail.select

Answered Closed
0
0

Some advice or guide to have a native wisej control that supports:

– Multiselect / single select
– Search / filtering on the fly
– Placeholder text
– Select all / select none

Tail.select:
https://github.pytes.net/tail.select/

sumoselect.js:
https://hemantnegi.github.io/jquery.sumoselect/sumoselect_demo.html

See attached images

Thanks in advance!

  • You must to post comments
Best Answer
0
0

You can simply use either tail.select or sumoselect directly in your application with Wisej.Web.Widget. Add a Widget to your page, and then you can import the necessary javascript packages using the Widget.Packages property, and initialize the widget using Widget.InitScript.

You might find these blog posts useful: https://wisej.com/blog/integration1/, https://wisej.com/blog/integration2/, https://wisej.com/blog/all-about-integration-part-3/, https://wisej.com/blog/all-about-integration-part-4/

There are also integration examples on Github (the ones called Integration1-Integration4): https://github.com/iceteagroup/wisej-examples

Let me know if you have further questions or problems regarding integrating sumoselect and/or tail.select.

  • You must to post comments
Showing 1 result