hanshengchiu / reorderables

Reorderable table, row, column, wrap, and sliver list that allow drag and drop of the children. https://pub.dartlang.org/packages/reorderables
MIT License
740 stars 170 forks source link

table border #149

Open YouSour opened 2 years ago

YouSour commented 2 years ago

hi , is it possible set table border or not ?

ReorderableTable(
          header: headerRow,
          border: TableBorder(),
          onReorder: (int oldIndex, int newIndex) {},
          children: _itemRows,
        )