kibana/x-pack/plugins/lens/public/datatable_visualization
Marco Liberati e3c3b6f334
[Lens] New summary row feature for datatable (#101075)
*  New summary row feature for datatable

*  Allow empty strings behind flag + tests

* 🐛 Address the transition problem + refactor

*  Add some unit tests

*  Add first functional tests

* 👌 first feedback addressed

*  Make it handle numeric array values

* 📝 Improved message

*  Fix functional test

* 🔥 Remove warning message for last value

* 🚨 Remove unused import

* 🐛 Fix a bug with last value

* 👌 Integrated feedback

* 💄 Migrated to combobox

*  Fix unit tests + restore right data-test-id

* 🏷️ Fix type issue

* 👌 Address all issues reported

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-09 14:27:49 +02:00
..
components [Lens] New summary row feature for datatable (#101075) 2021-06-09 14:27:49 +02:00
datatable_visualization.ts
expression.test.tsx
expression.tsx [Lens] New summary row feature for datatable (#101075) 2021-06-09 14:27:49 +02:00
index.ts
sorting.test.tsx
sorting.tsx
summary.test.ts [Lens] New summary row feature for datatable (#101075) 2021-06-09 14:27:49 +02:00
summary.ts [Lens] New summary row feature for datatable (#101075) 2021-06-09 14:27:49 +02:00
transpose_helpers.test.ts
transpose_helpers.ts
utils.ts [Lens] New summary row feature for datatable (#101075) 2021-06-09 14:27:49 +02:00
visualization.test.tsx
visualization.tsx [Lens] New summary row feature for datatable (#101075) 2021-06-09 14:27:49 +02:00