techttiru
techttiru
> @simolus3 - Thank you for quick response.. I went throw the api documentation and i converted from local storage to indexDb storage because as per the document indexdb storage...
@iosephmagno Hi, i am also facing the same problem and i tried your suggestion. actually it works but not consistently. sometimes works and sometime is not working. so whenever its...
Thanks for the response!. will really appreciate if you could respond soon. **Question: 9** I have one other additional question. Is there a way i can add new row when...
Wow. Thank you for the response!. i was really waiting for your response.. Let me try this and will update you.. I would really appreciate if you are able to...
**Replying to answer to question #1 asking additional clarification.** Hi, Where should i call this _Footer class? currently i am calling my footer class in configuration of my main class...
> ### Answer Question 4 - Change row height > You can change the row height with `PlutoGridConfiguration(rowHeight: 40)` , but you cannot change the height of each row. Multiple...
> @techttiru > > > Where should i call this _Footer class? > > Just pass it to createFooter. > > ```dart > createFooter: (stateManager) { > stateManager.footerHeight = 45;...
> Thanks for the response!. will really appreciate if you could respond soon. > > **Question: 9** I have one other additional question. Is there a way i can add...
> ### Answer Question 9 - Custom enter key behavior. > Please refer to the example below. > > ```dart > class EmptyScreen extends StatefulWidget { > static const routeName...
Thank you!. Now I am able to listen the key board events based on your example and i am able to solve some extend of my use case but not...