You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, how would I layout a scheduling tools like this with table API?
Can't seem to find a way to create node/item that could span multiple columns, and drag that object (with it's relevant size) into another column, top-down, left-right. Maybe layouting like google sheets might work? I can't find anything that resembles our design on demo window, but I'm sure there's a better way of doing it with dearimgui given how rich dearimgui is currently :)
The text was updated successfully, but these errors were encountered:
Same as #3565 best to move your question + picture there.
This is currently not easy to do with tables.
If you create a table with the _NoClip parameter you'll be able to freely draw across columns.
However it seems you may be better off not using tables at all and just drawing the chart yourself. This would be similar to many profilers (e.g. https://github.com/wolfpld/tracy) or timeline editors (e.g. ImSequencer https://github.com/CedricGuillemet/ImGuizmo)
Version: 1.8.3
Branch: master
Hi, how would I layout a scheduling tools like this with table API?
Can't seem to find a way to create node/item that could span multiple columns, and drag that object (with it's relevant size) into another column, top-down, left-right. Maybe layouting like google sheets might work? I can't find anything that resembles our design on demo window, but I'm sure there's a better way of doing it with dearimgui given how rich dearimgui is currently :)
The text was updated successfully, but these errors were encountered: