Common Data Table

A Flutter package for all platform will provide a Common Data Table same like data table with search filter, set limits, export excel / pdf and also edit, delete option and actions.

Features:

  • Able to Edit / Delete row as you went.
  • Able to Search and Set Limit dropdown like Bootstrap / Ajax DataTable in php.
  • Able to Export to PDF and Excel File.
  • Able to add many more action

Installation

First, add this to your package's pubspec.yaml file:

dependencies:
  common_data_table: {lastest_version}

Now in your Dart code, you can use:

import 'package:common_data_table/common_data_table.dart';

Libraries

common_data_table