Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaligand committed Feb 7, 2019
1 parent 97b693b commit 174481f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ 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: when user enters `cat` filter, it will display only rows that contain "cat")
- Works also with numeric and date columns
- Ability to filter as you type
- Ability to filter each term separately
- Ability to highlight filter results
- Support for a new bucket type : 'Split Cols'. It lets to create a pivot table
- When combined with computed columns, each computed column can be added per split column or after all split columns
- Hide export links (when checked, it will hide "Raw" and "Formatted" export links)
- Add a total label on total line first column
- Kibana supported versions : 5.5, 5.6, 6.0, 6.1, 6.2, 6.3, 6.4 and 6.5
- Kibana supported versions : 5.5, 5.6, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5 and 6.6

## Demo

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.9.0",
"version": "1.0.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 174481f

Please sign in to comment.