json_table 1.4.0 copy "json_table: ^1.4.0" to clipboard
json_table: ^1.4.0 copied to clipboard

outdated

A Flutter package providing Json Table Widget for directly showing table from a json(Map).

1.4.0 #

  • Fixed pagination leaving out elements
  • Fixed duplicate item issue
  • Restructure project
  • Add onRowSelect support
  • Add local json showing example

1.3.2 #

  • Fix Pagination not working

1.3.1 #

  • Fix NPE when paginationRowCount is not supplied

1.3.0 #

  • Add pagination support #1
  • Fix column toggle not working when custom column list is provided

1.2.0 #

  • Wrap column filters in ExpansionTile
  • Add rowHighlight support

1.1.0 #

  • Add nested data showing support

1.0.1 #

  • Add json decode support for json column
  • Fix header text color to black irrespective of theme

1.0.0 #

  • Remove column toggle when column list is provided
  • Fix text colors for dark theme

0.4.1 #

  • Reformat code with flutter format

0.4.0 Support Column toggle also. #

  • A bool as a parameter is provided to toggle column visibility

0.3.0 Change keys extraction code #

  • Keys extraction is no more depended on first object of array. All possible keys in source data is taken into account

0.2.0 Custom Columns Added #

  • Add Custom Columns support for controlling what data is to be shown

0.1.0 Initial Release #

235
likes
40
points
1.41k
downloads

Publisher

verified publisherayushpgupta.com

Weekly Downloads

A Flutter package providing Json Table Widget for directly showing table from a json(Map).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, json_utilities

More

Packages that depend on json_table