DynamicDataTable is a GDScript plugin for Godot 4 that allows you to create and manage dynamic data tables easily and flexibly.
Features:
-Dynamically create tables with customizable headers and data.
-Dynamic resizing column widths.
-Support for various data types (strings, numbers, dates in the format dd/mm/yyyy, progressbars, checkboxes).
-Column sorting in ascending or descending order.
-Filtering by column
-Cell edit mode by left mouse button double click.
-Multirows selection.
-Independent horizontal alignment for columns (left, center or right).
-Mouse events on headers and data cells.
-Keyboard events on selected row (cursor up/down, page up/down, home, end).
-Appearance customization through themes and styles.
-Compatibility from Godot 4.3.
https://github.com/jospic/dynamicdata...