Skip to content

Instantly share code, notes, and snippets.

@dwaynemac
Created July 20, 2015 19:06
Show Gist options
  • Save dwaynemac/8e1214298d805db19e00 to your computer and use it in GitHub Desktop.
Save dwaynemac/8e1214298d805db19e00 to your computer and use it in GitHub Desktop.
$("#choose-columns-select").multiselect
buttonClass: 'btn btn-default btn-sm'
enableCaseInsensitiveFiltering: true
buttonText: () ->
#if ApplyColumnChangesButton.isDirty()
# this.buttonTitle()
#else
$("#choose-columns-select").data('none-selected-text')
onChange: () ->
ApplyColumnChangesButton.setDirty()
ApplyColumnChangesButton.refreshVisibility()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment