maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
202 stars 135 forks source link

Adding a TextField to DataRow2 and implementing onSubmitted doesn't listen to the Enter key next to the numeric keypad. #273

Open guominfang opened 5 months ago

guominfang commented 5 months ago

Adding a TextField to DataRow2 and implementing onSubmitted doesn't listen to the Enter key next to the numeric keypad. ` DataRow2( cells:[ TextField( onSubmitted:(value){ } ) ] )

`