Abraham Velazquez
Abraham Velazquez
> To confirm, this worked back in 4.0.3, correct? Sorry, i did not put it right, i does not work either on 4.0.3 In 4.0.0 - 4.0.2 i haven't tested,...
> But in version 3 of the plugin, the Save Image appeared in the share options, right? That's correct
Up to that point the plugin works well. What is supposed to happen is that the image must be sent to where you send it, excuse the redundancy, That is,...
OK, I am going to use your example and if it works, i am going to make it work somehow. Thanks
Use the previous version[3.2.7](https://pub.dev/packages/flutter_typeahead/versions/3.2.7). It worked for me.
I Think i solved the hard way. Just add these Lines in your CSS Rules : ``` .datatable-header { min-width: 100%; } .datatable-body { min-width: 100%; } ``` This will...