data_tables icon indicating copy to clipboard operation
data_tables copied to clipboard

Data Tables for Flutter

Results 17 data_tables issues
Sort by recently updated
recently updated
newest added

I have an issue. My table has 8 columns and so some of the columns at the right end(edge) are not showing. I tried scrolling horizontally to show hidden columns...

Hi i'm using this library and when I integret it with my code then it gives this type of error i dont knw why im getting this please help mi....

Here are the errors I'm getting when I try to compile my code. Logs ` ^^^^^^^^^^^^^ ../../SDKs/flutter/.pub-cache/hosted/pub.dartlang.org/data_tables-1.3.2/lib/ui/mobile_paged_listview.dart:229:68: Error: The getter 'headline' isn't defined for the class 'TextTheme'. - 'TextTheme' is...

How do you execute a function on a row tap? Specifically on a fromJson build. I tried using the actions widget list, but once you tap an action icon there...

Thanks for the effort put into this library. I however have an issue. My table has 7 columns and so some of the columns at the right end(edge) are not...

If I send an empty list to the listview this error appears: The following assertion was thrown building RawGestureDetector-[LabeledGlobalKey#fc898](state: RawGestureDetectorState#5c95b(gestures: , behavior: opaque)): A RenderViewport expected a child of type...

How to make DataTable height adjust to a number of rows? Right now height is matched to the parent widget even though the table has one row

How to disable to fetch the data when scroll to page end in mobile view ? Even if no more data can be fetch.

whe i use Noitems attribute & pass any widget or container it dont show that widget/contaienr in table . it only shows "no data" text. please help me in that...

Hi, I'm using your package to solve the responsiveness on my project and it seems to work so good! I just have a doubt, right now we don't require any...