Hey everyone,
I wanted to check if anyone else has been experiencing issues with DataTables
since updating to version 6.0.21?
On my end, all of my previously working tables now crash with Unexpected null value
errors when the Paginated
property is turned off.
For reference, it looks like this is an officially tracked bug report on GitHub, which you can follow here:https://github.com/FlutterFlow/flutterflow-issues/issues/6019
I just wanted to share my findings so far in case it helps anyone else:
The Trigger: The crash is specifically tied to the non-paginated (
Paginated: false
) mode.The Only Workaround I've Found: The only thing that has worked for me is to turn on the
Paginated
property. The table works correctly again as soon as it's enabled.
Would love to hear if others are seeing this.
Thanks!