crizant / flutter_multiplication_table

This flutter project is created to demonstrate how to build a two direction scrolling data table.

Home Page:https://crizantlai.medium.com/flutter-creating-a-two-direction-scrolling-table-with-fixed-head-and-column-4a34fc01378f

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cell Selection

roly151 opened this issue · comments

Hi, is it possible to select cells with this plugin? I'm looking to possibly use it for a tv guide, and need to be able to move/select individual cells within the table.

Hi, this is not a plugin.
Instead, this is just an example of implementing a two-dimensional scrollable table.
I'm afraid you have to look for other places or implement it yourself.