vuejs Sortable and Searchable Table Component For Bootstrap
In this post we will show you vuejs Sortable and Searchable Table Component For Bootstrap, hear for vuejs Sortable and Searchable Table Component For Bootstrap we will give you demo and example for implement.
Hear is Git hub like for Download, Demo and for information(Read More), it will help you into development and implement for vuejs Sortable and Searchable Table Component For Bootstrap. This link of git will give you document, instruction, installation and other information.
Description for Sortable and Searchable Table Component For Bootstrap
A Vue.js 2 component for creating sortable and searchable Bootstrap tables on the web applications.
Features:
Searchable
Sortable
Multicolumn Sorting
Pagination
Remote data processing
Select display columns
Remote data loading
On Table Editing
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Vue Bootstrap Table Demo</title> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> <link rel="stylesheet" href="app.css"> <link rel="stylesheet" href="css/bootstrap.min.css"> </head> <body> <div class="container-fluid"> <h1>Vue Bootstrap Table Demo</h1> <div id="app"> <div class="row"> <div class="col-sm-12"> <button @click="addItem" class="btn btn-primary"><i class="glyphicon glyphicon-plus-sign"></i> Add an item</button> <button @click="toggleFilter" class="btn btn-default">Toggle Filter</button> <button @click="togglePicker" class="btn btn-default">Toggle Column Picker</button> <button @click="togglePagination" class="btn btn-default">Toggle Pagination</button> </div> <br/><br/> <vue-bootstrap-table :columns="columns" :values="values" :show-filter="showFilter" :show-column-picker="showPicker" :paginated="paginated" :multi-column-sortable="multiColumnSortable" :ajax="ajax" > </vue-bootstrap-table> </div> <h2>Events Received</h2> <div> {{ logging }} </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.3/vue.js"></script> <script src="../dist/vue-bootstrap-table.js"></script> <script src="01-basic.js"></script> </body> </html>
Install:
npm install vue2-bootstrap-table2
YOU ALSO LIKE RELATED POSTS
Vuejs WYSIWYG Editor-how to use Vuejs WYSIWYG Editor | http://www.onlinecode.org/vuejs-wysiwyg-editor/ |
how to add ckeditor vuejs 2 demo and example | http://www.onlinecode.org/ckeditor-vuejs-2/ |
vuejs vuex with example | http://www.onlinecode.org/vuejs-vuex-example/ |
Navigation Menu using vuejs | http://www.onlinecode.org/navigation-menu-using-vuejs/ |
Sortable and Searchable Table | http://www.onlinecode.org/vuejs-vuex-example/ |
Hope this code and post will helped you for implement vuejs Sortable and Searchable Table Component For Bootstrap. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve onlincode. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs onlincode.org