Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaligand committed May 10, 2018
1 parent 08e45bf commit 6d01b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This Kibana visualization plugin is like a Data Table, but with enhanced feature
- Hide some table columns (ex: `0,1` hides columns 0 and 1)
- Add a filter bar (ex: `cat` filter will display only rows that contain "cat"). Works also with numeric and date columns.
- Hide export links (ex: when enabled, it will hide "Raw" and "Formatted" export links)
- Support for a new bucket type : 'Split Cols'. It lets to create a pivot table.
- Kibana supported versions : 5.5, 5.6, 6.0, 6.1 and 6.2


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enhanced-table",
"version": "0.5.0",
"version": "0.6.0",
"description": "This visualization plugin is like a Data Table, but with enhanced features like computed columns and filter bar",
"main": "index.js",
"kibana": {
Expand Down

0 comments on commit 6d01b59

Please sign in to comment.