Version: 1.77
Branch: Tables
the tables branch Iwork like a charm for my ImGuiFileDialog,
created a branch here, for use table instead of just list.
by the way im using a selectable in the first cell.
Is there a way for draw selection on the whole line ?
maybe if all collumns of one line can be selected when one item of one line is mouse hovered or clicked ?

Check the flags for Selectable()
haha, im ridiculous.
It's working. it was so easy. thank you so much :)
To make this thread useful to other readers, the answer is you can use Selectable() with the ImGuiSelectableFlags_SpanAllColumns flag.
Most helpful comment
To make this thread useful to other readers, the answer is you can use
Selectable()with the ImGuiSelectableFlags_SpanAllColumns flag.