mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
6a6db2ea23
Update also fix some following problem: - Switcher now working - Datatable header fix example is now working - Add missing starrr ratings - Some mobile responsiveness on table.html page
38 lines
876 B
HTML
38 lines
876 B
HTML
---
|
|
layout: default
|
|
title: Options - Select2
|
|
slug: options
|
|
---
|
|
|
|
<section class="jumbotron">
|
|
<div class="container">
|
|
<h1>
|
|
Options
|
|
</h1>
|
|
<p class="lead">
|
|
Select2 supports a wide variety of options that allow you to customize it to your needs.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="container s2-docs-container">
|
|
<div class="row">
|
|
<div class="col-md-9" role="main">
|
|
{% include options/introduction.html %}
|
|
{% include options/core.html %}
|
|
{% include options/data.html %}
|
|
{% include options/selections.html %}
|
|
{% include options/dropdown.html %}
|
|
{% include options/events.html %}
|
|
{% include options/compatibility.html %}
|
|
</div>
|
|
<div class="col-md-3" role="complementary">
|
|
{% include nav/options.html %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
prettyPrint();
|
|
</script>
|