bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
639 stars 293 forks source link

[Help] I wanna export table using with footerRenderer but footer not seen in docs. Is there any method for export footer #887

Closed mucahitbircan closed 9 months ago

mucahitbircan commented 1 year ago
mucahitbircan commented 1 year ago
    footerRenderer: (rendererContext) {
      return PlutoAggregateColumnFooter(
        rendererContext: rendererContext,
        type: PlutoAggregateColumnType.sum,
        format: '#,###',
        alignment: Alignment.center,
        titleSpanBuilder: (text) {
          return [
            TextSpan(
              text: text,
                style: TextStyle(fontWeight: FontWeight.bold)
            )
          ];
        },
      );
    },
mucahitbircan commented 11 months ago

If you are calculating total values, adding it as the last row in tableview seems to be the only solution.

github-actions[bot] commented 10 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 9 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.