feat(kotlin-compose): finalize design system + apps + sync sub-repo gitlinks
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "data_table_logic.h"
|
||||
|
||||
namespace data_table {
|
||||
|
||||
// Render barra-de-chips + tabla. Mutates `st` en respuesta a interaccion.
|
||||
// Caller mantiene el State entre frames.
|
||||
void render(const char* id,
|
||||
const char* const* headers,
|
||||
int col_count,
|
||||
const char* const* cells,
|
||||
int row_count,
|
||||
State& st);
|
||||
|
||||
} // namespace data_table
|
||||
Reference in New Issue
Block a user