Find Ng2 Tooltip Directive Examples and Templates
Use this online ng2-tooltip-directive playground to view and fork ng2-tooltip-directive example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

Total Summaries - DevExtreme Data Grid (forked)To display total summaries, populate the summary.totalItems array with configuration objects. Each object should specify a column that supplies data for summary calculation and a summaryType—an aggregate function that should be applied to this data.
This demo illustrates the following total summaries:
Total number of orders
This summary uses the "count" summaryType.
Date of the first order
This summary uses the "min" summaryType and the customizeText function that formats the displayed summary value.
Total revenue
This summary uses the "sum" summaryType and the valueFormat property to format the summary value as currency.