I want a search for my list box.The selected items should then be shifted into another box.The same functionality is provided by django admin where you add user permissions.Any idea how I can implement it in my app?
Thank u !!
I want a search for my list box.The selected items should then be shifted into another box.The same functionality is provided by django admin where you add user permissions.Any idea how I can implement it in my app?
Thank u !!
If you're looking to do it in the Admin, it's just a matter of declaring 'filter_horizontal'