My application requires administrators to create subgroups of names from a large list of 1000 + available names. I would like them to see all the names and be able to narrow down the visible elements by entering in the search field so that they can choose what they want in cherry. The result may be a list or an array separated by a coma. In this case, the behavior of Chosen / Select2 is not useful.
The ideal solution is to have something like Datatables where you can see all the elements and narrow down the results in real time, but since I only have names, I would prefer the grid layout to maximize the space, not the table. Can I use datatables NOT on a table, but on any other elements?
Also, although not database related, can you tell me other solutions to achieve this real-time filtering scenario for the visible elements on the page?
source share