Closed
Description
Hello,
on our Plugin "optgroup_columns" is a bug, show on our Demo http://brianreavis.github.io/selectize.js/ under the Plugins and "car" menu the last colum is out of the row (on chrome).
so i have changed line #3269
"width = Math.round(width_parent / n );"
to
"width = Math.round(width_parent / n - (15 / n)); // remove the width of scrollbar and splitt it of the columns"
Better you put this in the repository =)
Best regards
Stefan
Metadata
Metadata
Assignees
Labels
No labels