Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SaintsField equivalent to Table AlwaysExpand = true, HideAddButton = true and HideRemoveButton = true? #125

Open
laurentopia opened this issue Jan 28, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@laurentopia
Copy link

I was wondering if SaintsField has these to tidy up a table
Image

@laurentopia
Copy link
Author

and that one too

Image

@TylerTemp
Copy link
Owner

Nuh, usually I make a thing and add features while using it in my project, so Table ATM has no config at all, and a new component usually contains, bugs. So I'll process it later, at least when it's stable in my own project...

BTW, component like Table for IMGUI, I'd suggested using something else, like GUI Table I used it when I was on my old IMGUI project. It's not ideal but as it expose many editor API so it's easy to create a custom one.

I already spot some bugs in IMGUI in Table, even I've followed Unity's document and examples. quote from Table's document:

IMGUI: complex field might not resize height properly even I've set up the height function as Unity's document said. Drag component like Range sometimes will get triggered even out of the drawing area. This can not be fixed unless Unity gives a guild of how to resolve it.

But GUITable simply doesn't use IMGUI's built-in TreeView and completely write their own implement so it does not have this bug at all.

@TylerTemp TylerTemp added the enhancement New feature or request label Jan 31, 2025
@laurentopia
Copy link
Author

I was going to use TriInspector but for some reason it doesn't work when saintsfield is installed. Could be the Playa being turned on. I'll follow up with a separate bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants