Lines Matching refs:table

7 - feat(table): add user_data to table cells [`4767`](https://github.com/lvgl/lvgl/pull/4767)
16 - fix(table):fix issue with abnormal string output of 'lv_table_set_cell_value_fmt' [`4804`](https:…
17 - fix(table) user data API functions renamed [`4769`](https://github.com/lvgl/lvgl/pull/4769)
261 - feat(table): scroll to the selected cell with key navigation [`39d03a8`](https://github.com/lvgl/…
440 - fix(style): reset style lookup table after gc sweep/lv_deinit [`3385`](https://github.com/lvgl/lv…
519 - fix(table): invalidate only the changed cell [`306fa19`](https://github.com/lvgl/lvgl/commit/306f…
618 - test(table): replicate issue when reducing table cells [`3121`](https://github.com/lvgl/lvgl/pull…
620 - test(table): add unit tests [`3040`](https://github.com/lvgl/lvgl/pull/3040)
818 - fix(table, chart): fix memory leaks [`8d52de1`](https://github.com/littlevgl/lvgl/commit/8d52de14…
828 - example(table): fix text alignment [`b03dc9c`](https://github.com/littlevgl/lvgl/commit/b03dc9cf8…
1164 - fix(table) clip overflowing content [`8c15933`](https://github.com/lvgl/lvgl/commit/8c15933030cad…
1202 - fix(table) fix an off-by-one issue in self size calculation [`ea2545a`](https://github.com/lvgl/l…
1207 - fix(table) invalidate the table on cell value change [`cb3692e`](https://github.com/lvgl/lvgl/com…
1216 - fix(table) remove unnecessary invalidation on pressing [`6f90f9c`](https://github.com/lvgl/lvgl/c…
1244 - fix(table) consider border width for cell positions [`f2987b6`](https://github.com/lvgl/lvgl/comm…
1375 - docs(table) describe keypad/encoder navigation [`749d1b3`](https://github.com/lvgl/lvgl/commit/74…
1381 - docs update version support table [`e6e98ab`](https://github.com/lvgl/lvgl/commit/e6e98abbc25cc4a…
1466 - doc(table) update doc on cell merging [`2397`](https://github.com/lvgl/lvgl/pull/2397)
1558 - fix(table) invalidate the table on cell value change
1781 - fix(table) add missing invalidation when changing cell type
1805 - Allow max. 16 cell types for table
1813 - Support RTL in table (draw columns right to left)