Skip to content

Commit 862b8c4

Browse files
committed
update tables demo to use TableHeadersRow
1 parent f506f94 commit 862b8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implot_demo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ void ShowDemoWindow(bool* p_open) {
11291129
ImGui::TableSetupColumn("Electrode", ImGuiTableColumnFlags_WidthFixed, 75.0f);
11301130
ImGui::TableSetupColumn("Voltage", ImGuiTableColumnFlags_WidthFixed, 75.0f);
11311131
ImGui::TableSetupColumn("EMG Signal");
1132-
ImGui::TableAutoHeaders();
1132+
ImGui::TableHeadersRow();
11331133
ImPlot::PushColormap(ImPlotColormap_Cool);
11341134
for (int row = 0; row < 10; row++) {
11351135
ImGui::TableNextRow();

0 commit comments

Comments
 (0)