Skip to content

Help with table filtering #2370

Closed Answered by Kolhun
Kolhun asked this question in Support
Aug 1, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote
                for index, (key, data) in enumerate(user_data.items()):
                    # print(f"Key: {key}, Value: {value}")
                    with dpg.table_row(filter_key=data["name"]):
                        dpg.add_text(f"{index + 1:04d}")
                        dpg.add_text(_truncate_string(data["id"]))
                        ```

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kolhun
Comment options

Answer selected by Kolhun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
1 participant