All Projects → ratiw → vuetable-2-tutorial-bootstrap

ratiw / vuetable-2-tutorial-bootstrap

Licence: MIT license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vuetable-2-tutorial-bootstrap

Vuejs Datatable
A Vue.js component for filterable and paginated tables.
Stars: ✭ 148 (+362.5%)
Mutual labels:  datatable
React Table
⚛️ Hooks for building fast and extendable tables and datagrids for React
Stars: ✭ 15,739 (+49084.38%)
Mutual labels:  datatable
DataTableEditor
一个Unity的数据表编辑器工具
Stars: ✭ 67 (+109.38%)
Mutual labels:  datatable
Weihanli.npoi
NPOI Extensions, excel/csv importer/exporter for IEnumerable<T>/DataTable, fluentapi(great flexibility)/attribute configuration
Stars: ✭ 157 (+390.63%)
Mutual labels:  datatable
Vuetable 2
data table simplify! -- datatable component for Vue 2.x. See documentation at
Stars: ✭ 2,129 (+6553.13%)
Mutual labels:  datatable
Vuetable 2 Tutorial
Stars: ✭ 251 (+684.38%)
Mutual labels:  datatable
Edittable
jQuery editTable is a very small jQuery Plugin (~1Kb gzipped) that fill the gap left by the missing of a default input field for data tables.
Stars: ✭ 139 (+334.38%)
Mutual labels:  datatable
mern-admin-panel
Admin-panel using ReactJs, ExpressJs, NodeJs, MongoDB and Bootstrap
Stars: ✭ 84 (+162.5%)
Mutual labels:  datatable
Vue Bootstrap4 Table
Advanced table based on Vue 2 and Bootstrap 4 ⚡️
Stars: ✭ 187 (+484.38%)
Mutual labels:  datatable
EasyDataTable
易用和全面的纯Ajax分页插件(中文)
Stars: ✭ 18 (-43.75%)
Mutual labels:  datatable
Primereact
The Most Complete React UI Component Library
Stars: ✭ 2,393 (+7378.13%)
Mutual labels:  datatable
Django Datatable
django-datatable is a customizable table application of django based on jquery datatable.
Stars: ✭ 167 (+421.88%)
Mutual labels:  datatable
au-datatable
Aurelia Datatable, A highly customizable html datatable, build for the Aurelia Framework.
Stars: ✭ 21 (-34.37%)
Mutual labels:  datatable
Vue Table
data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
Stars: ✭ 1,833 (+5628.13%)
Mutual labels:  datatable
podtable
No dependency responsive table library to fit large table data set into small device screen
Stars: ✭ 16 (-50%)
Mutual labels:  datatable
Grid
Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets and more 💥
Stars: ✭ 573 (+1690.63%)
Mutual labels:  datatable
Datatable
A go in-memory table
Stars: ✭ 215 (+571.88%)
Mutual labels:  datatable
react-material-ui-datatable
Material UI Datatable in React way
Stars: ✭ 24 (-25%)
Mutual labels:  datatable
svelte-datagrid
Svelte data grid spreadsheet best best features and performance from excel
Stars: ✭ 48 (+50%)
Mutual labels:  datatable
ConsoleTools
A set of tools and "controls" for the .net Console.
Stars: ✭ 67 (+109.38%)
Mutual labels:  datatable

vuetable-2-tutorial-bootstrap

Vuetable-2 Tutorial using Bootstrap 3 CSS

You can use the same tutorial content here, just use the code in this repo instead.

The code in this repo is modified to use Bootstrap 3 CSS instead of Semantic UI.

Setup

Clone the project and install it using npm or yarn.

# install dependencies
npm install

# each lesson contains the code that is tagged according to the lesson itself.
# to select the code for lesson 1
git checkout lesson-1

# serve with hot reload at localhost:8080
npm run dev

Find any mistake? Open an issue and I'll have a look. Cheers!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].