Skip to content

Commit 643a604

Browse files
committed
Tidying up
1 parent 9fda00f commit 643a604

12 files changed

+21
-19
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
### Changed
7-
- Updated the slot-scope name for tableData to tableFilters. the slot-scope for tableData now reflects the table data ([#2f28d66](https://github.com/jamesdordoy/vue-datatable/commit/2f28d6646b4ed3c980d79d81f7c131c106a1aecd))
7+
- Updated the slot-scope name for tableData to tableFilters. the slot-scope for tableData now reflects the table data
88

99

1010
## [v0.3.0 (2019-07-23)]

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[![Build Status](https://travis-ci.org/jamesdordoy/Laravel-Vue-Datatable.svg?branch=master)](https://travis-ci.org/jamesdordoy/Laravel-Vue-Datatable) [![npm](https://img.shields.io/npm/v/laravel-vue-datatable.svg)](https://www.npmjs.com/package/laravel-vue-datatable) [![Downloads](https://img.shields.io/npm/dt/laravel-vue-datatable.svg)](https://www.npmjs.com/package/laravel-vue-datatable)
22

33
# Laravel Vue Datatable
4-
A Vue.js datatable component for Laravel that works with Bootstrap.
5-
6-
Note: this package will be moving to tailwind in the near future.
4+
A Vue.js datatable component for Laravel that works with Bootstrap & Tailwind by default.
75

86
## Requirements
97

docs/css/chunk-vendors.682f4b04.css

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/chunk-vendors.c577eec5.css

-1
This file was deleted.

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Laravel Vue Datatable</title><link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"><script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-markup-templating.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-php.min.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-php-extras.min.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-bash.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-json.min.js"></script><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-okaidia.css"><script>(function(l) {
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Laravel Vue Datatable</title><link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"><script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-markup-templating.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-php.min.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-php-extras.min.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-bash.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-json.min.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/prism.min.js"></script><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-okaidia.css"><script>(function(l) {
22
if (l.search) {
33
var q = {};
44
l.search.slice(1).split('&').forEach(function(v) {
@@ -13,4 +13,4 @@
1313
);
1414
}
1515
}
16-
}(window.location))</script><link href="/laravel-vue-datatable/css/app.7b8020f2.css" rel="preload" as="style"><link href="/laravel-vue-datatable/css/chunk-vendors.c577eec5.css" rel="preload" as="style"><link href="/laravel-vue-datatable/js/app.4296143d.js" rel="preload" as="script"><link href="/laravel-vue-datatable/js/chunk-vendors.6c9c2201.js" rel="preload" as="script"><link href="/laravel-vue-datatable/css/chunk-vendors.c577eec5.css" rel="stylesheet"><link href="/laravel-vue-datatable/css/app.7b8020f2.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but laravel-vue-datatable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/laravel-vue-datatable/js/chunk-vendors.6c9c2201.js"></script><script src="/laravel-vue-datatable/js/app.4296143d.js"></script></body></html>
16+
}(window.location))</script><link href="/laravel-vue-datatable/css/app.7b8020f2.css" rel="preload" as="style"><link href="/laravel-vue-datatable/css/chunk-vendors.682f4b04.css" rel="preload" as="style"><link href="/laravel-vue-datatable/js/app.322afa25.js" rel="preload" as="script"><link href="/laravel-vue-datatable/js/chunk-vendors.393ba2fb.js" rel="preload" as="script"><link href="/laravel-vue-datatable/css/chunk-vendors.682f4b04.css" rel="stylesheet"><link href="/laravel-vue-datatable/css/app.7b8020f2.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but laravel-vue-datatable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/laravel-vue-datatable/js/chunk-vendors.393ba2fb.js"></script><script src="/laravel-vue-datatable/js/app.322afa25.js"></script></body></html>

docs/js/app.322afa25.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.4296143d.js.map renamed to docs/js/app.322afa25.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.4296143d.js

-2
This file was deleted.

0 commit comments

Comments
 (0)