mattcasters opened a new pull request, #7852: URL: https://github.com/apache/hop/pull/7852
## What Fixes [#7832](https://github.com/apache/hop/issues/7832): 1. **Sorting in data preview** — `ShowRowsDialog` enables column sorting again (used by the mini data-grid icons next to transforms). 2. **Column metadata tooltips** — hovering or selecting a cell shows name, type, length, precision, and origin. ## How - Each table item stores its original buffer index; full-value lookup uses that after a sort. - `TableView.sortTable()` preserves unkeyed `TableItem` data when rebuilding rows. - Tooltips are set on cell hover and on the in-place cell editor; column headers use the same format. ## Tests - `ShowRowsDialogTooltipTest` — unit coverage for tooltip formatting - `ShowRowsDialogCellSelectionTest` — SWT coverage for cell selection, tooltips, and sort + full-value lookup -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
