NikolayNIK

Results 11 issues of NikolayNIK

During horizontal scrolling for a single offset value the divider suddenly goes up to the state of 1 (when it should be at 0) then suddenly drops to 0 and...

bug

Right now `_RenderTableSection` repaints every layer and rebuilds the clip path on every repaint. There is a potential here to implement layer and clip path caching to futher improve the...

enhancement

Currently text overflow in the example app costs way too much because it happens individually for every cell. There is a hope that, by allowing the developer to specify fading...

enhancement

Column and row "merging" functionality is needed to display more complex data. The idea is to create a `TableSpan` widget that will contain column and row span of a cell...

enhancement

When the `TableView` is used with `shrinkWrapVertical` set to `true` and `rowReorder`: - is set to `null`, then the height of the table gets appropriately set to exactly the size...

bug
help wanted

### Discussed in https://github.com/NikolayNIK/material_table_view/discussions/30 Originally posted by **Johannes5000** February 4, 2025 I would like to build a dashboard and place multiple cards next to each other, ensuring that they align...

enhancement

Yeah, I've taken a look at the implementation of the `Scrollable.ensureVisible` and it doesn't look like it would work for the horizontal scrolling in this library. Basically, it correctly works...

enhancement

@NikolayNIK never mind.. the problem was creating a new instance of the list of `columns`.. when using `TableView.builder(columns: columns.toList(), ...)` moving columns doesn't work either.. imho this is a (separate)...

bug