DataTables demo/export data project

Content Type: Sample
Categories:

Overview

*** Deprecated *** Use DataGrid 2 from the Data Widgets module instead.

DataTables widget demo/export data project. Contains module with generic export function.

Documentation

*** Deprecated ***

Use DataGrid 2 from the Data Widgets module instead.

 

Description

DataTables demo project and export data function.

Features and limitations

Try all the features, implement your own data export

Dependencies

CommunityCommons

Installation

  • Export module DataTablesExportData from this project and import it into your own project
  • Change microflow ACT_DataTablesExportData to match your datatables context entity, or create your own.

Configuration

See examples on how to configure the export.

Known bugs

When switching the browser between maximized and windowed, the headers and data columns may be misaligned. Resize the window by dragging a border or refreshing the grid solves this. 

Frequently Asked Questions

  • Q: Why is a separate module necessary for the export?
  • A: The client only has one page of data. A full export requires the data to be read in full.

Releases