dc-tableview
Advanced tools
Comparing version
{ | ||
"name": "dc-tableview", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"description": "Feature rich, interactive table component (chart) for dc.js library", | ||
@@ -60,4 +60,4 @@ "main": [ | ||
"dc": "^2.1.6", | ||
"jquery": "^2.2.4" | ||
"jquery": "^3.4.0" | ||
} | ||
} |
{ | ||
"name": "dc-tableview", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Feature rich, interactive table component (chart) for dc.js library", | ||
@@ -27,22 +27,22 @@ "main": "src/main.js", | ||
"devDependencies": { | ||
"grunt": "^1.0.1", | ||
"crossfilter2": "~1.3", | ||
"d3": "^3", | ||
"datatables.net-bs": "^1.10.15", | ||
"datatables.net-buttons-bs": "^1.3.1", | ||
"datatables.net-buttons-dt": "^1.3.1", | ||
"datatables.net-colreorder-bs": "^1.1.3", | ||
"datatables.net-colreorder-dt": "^1.1.3", | ||
"datatables.net-dt": "^1.10.15", | ||
"datatables.net-fixedheader-bs": "^3.1.2", | ||
"datatables.net-fixedheader-dt": "^3.1.2", | ||
"datatables.net-rowgroup-bs": "^1.0.0", | ||
"datatables.net-rowgroup-dt": "^1.0.0", | ||
"grunt": "^1.0.4", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-concat": "^1.0.1", | ||
"grunt-contrib-cssmin": "^2.2.0", | ||
"grunt-contrib-concat": "^1.0.1", | ||
"grunt-contrib-uglify": "^3.0.1", | ||
"grunt-umd": "^2.4.0", | ||
"datatables.net-bs": "^1.10.15", | ||
"datatables.net-dt": "^1.10.15", | ||
"datatables.net-rowgroup-bs": "^1.0.0", | ||
"datatables.net-rowgroup-dt": "^1.0.0", | ||
"datatables.net-fixedheader-bs": "^3.1.2", | ||
"datatables.net-fixedheader-dt": "^3.1.2", | ||
"datatables.net-colreorder-bs": "^1.1.3", | ||
"datatables.net-colreorder-dt": "^1.1.3", | ||
"datatables.net-buttons-bs": "^1.3.1", | ||
"datatables.net-buttons-dt": "^1.3.1", | ||
"jszip": "^3.1.3", | ||
"pdfmake": "^0.1.31", | ||
"crossfilter2": "~1.3", | ||
"d3": "^3" | ||
"pdfmake": "^0.1.31" | ||
}, | ||
@@ -52,4 +52,4 @@ "dependencies": { | ||
"dc": "^2.1.6", | ||
"jquery": "^2.2.4" | ||
"jquery": "^3.4.0" | ||
} | ||
} |
# dc-tableview | ||
`dc-tableview` is a feature rich, interactive chart for dc that presents data in tableview form. | ||
It was created because of poor functionality of original table which it can easily replace. | ||
`dc-tableview` is an interactive chart for dc.js library that presents data in tableview form. | ||
It was created because I was missing some functionality in the original table that comes with dc. I designed it so that it can easily replace dc.dataTable in your projects. | ||
It is build on top of well known **[DataTables](https://github.com/DataTables/Dist-DataTables)** jQuery plugin | ||
@@ -5,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
14839877
1.21%32413
0.72%+ Added
- Removed
Updated