itsdai
Results
2
issues of
itsdai
Nothing pops up when clicking "Select Column" Location: https://mottie.github.io/tablesorter/docs/example-widget-column-selector.html In the demo for column selector, under bootstrap popup. The button "Select Column" Tested it on Firefox, Chrome, IE.
Bug
Will you consider adding a single insert for bulk values? insertMulti has a performance issue when sending an insert query for each row. Example: INSERT INTO tbl_name (a,b,c) VALUES (1,2,3),...