json_table icon indicating copy to clipboard operation
json_table copied to clipboard

Flutter package: Json Table Widget to create table from json array

Results 26 json_table issues
Sort by recently updated
recently updated
newest added

Add option to change header row to vertical row on left

A nice feature would be be able to select an active row by index on load. The table should then show the row as marked and the onRowSelect should fire...

good first issue

In my page I have a row with containing two widgets. One table widget and one form widget. The form widget has a ListView to enable scrolling in the form....

Is it possible to edit in the rows and save the json with updated values? Thanks

this package support merge column & merge row or not ? if not any plan to support it ?

How to set color in single cell or set color in column like below screenshot. ![Image1](https://user-images.githubusercontent.com/8317975/103433902-a45a2380-4c1f-11eb-93dc-60c25e460816.jpg) ![Image2](https://user-images.githubusercontent.com/8317975/103433903-a7551400-4c1f-11eb-8158-fb83a06f9ed8.jpg)

The text style is set to all the json value in table but i only to change a single row.

This is a great product. But, It doesn't seem possible to use the table for a user to take an action based on a row selection. Requested functionality. 1. Ability...

Example I have a column for column name: "color" which has the hex color string and I want that if the cell is in column "color" then I show the...