I am working on a JavaScript application that parses data and displays it to users in a table generated by JavaScript. I am looking for a simple way to allow users to choose which fields to display in the table using a dropdown list or something similar. I've come across
However, these solutions only offer dropdown select lists, and require including jQuery and other scripts. Can anyone suggest a simpler way to create a multiselect tool? I can't imagine the simplest solution being an ugly checkbox :)