COMMITS
/ tests/test_data_table.py July 30, 2024
W
better docs
Will McGugan committed
July 15, 2024
D
Datatable performance improvements (#4748)
Darren Burns committed
C
Fix #4722: DataTable add_rows gives incorrect error message (#4742)
Charles Merriam committed
June 11, 2024
D
DataTable navigation updates (#4633)
Darren Burns committed
April 16, 2024
T
fix(datatable): prevent crash with border link (#4415)
TomJGooding committed
January 5, 2024
R
Fix DataTable.move_cursor(..., animate)
Rodrigo Girão Serrão committed
December 5, 2023
T
fix(datatable): raise error for update_cell with invalid column key (#3336)
TomJGooding committed
October 31, 2023
J
DataTable sort by function (or other callable) (#3090)
Josh Duncan committed
October 9, 2023
D
Fix `DataTable` crash when removing and updating cell at the same time (#3487)
Darren Burns committed
October 3, 2023
R
Improve cell_padding and fix bug.
Rodrigo Girão Serrão committed
October 2, 2023
R
Rename render_width as get_render_width.
Rodrigo Girão Serrão committed
R
Remove magical constant from tests.
Rodrigo Girão Serrão committed
R
Add customisable cell_padding to data table.
Rodrigo Girão Serrão committed
September 21, 2023
R
Fix tests to comply with new API.
Rodrigo Girão Serrão committed
September 20, 2023
R
DataTable new rows can have auto height. (#3213)
Rodrigo Girão Serrão committed
August 21, 2023
R
Fix page_up and page_down bug in DataTable when show_header is False (#3093)
Ren Jian Lee committed
July 27, 2023
T
fix(datatable): unset hover cursor when no cell under mouse (#3018)
TomJGooding committed
July 12, 2023
T
feat(datatable): add remove column method (#2899)
TomJGooding committed
T
DataTable key lookup enhancements (Closes #2586, Closes #2587) (#2876)
Travers Carter committed
May 25, 2023
W
Anim screenshot fix (#2655)
Will McGugan committed
D
Validation (#2600)
darrenburns committed
May 8, 2023
R
Add `DataTable.move_cursor` (#2479)
Rodrigo Girão Serrão committed
May 3, 2023
R
Scroll cursor into view. (#2464)
Rodrigo Girão Serrão committed
April 11, 2023
D
Datatable remove row (#2253)
darrenburns committed
April 6, 2023
D
Move DataTable cursor with page up/down, home, end (#2228)
darrenburns committed
March 28, 2023
D
Fix for interaction between pseudoclasses and widget-level render caches (#2155)
darrenburns committed
March 23, 2023
W
auto table (#2123)
Will McGugan committed
March 7, 2023
D
DataTable - fix crash when selection made in empty table (#1973)
darrenburns committed
D
Pilot - add hover and click methods (#1966)
darrenburns committed
March 6, 2023
W
Drop explicit sender attribute from messages (#1940)
Will McGugan committed
February 27, 2023
D
Datatable labelling rows (#1868)
darrenburns committed
February 16, 2023
D
Ensuring new caches cleared, location mapping reset when clear called
Darren Burns committed
February 14, 2023
D
Migrate some DataTable tests from pilot.pause to wait_for_idle
Darren Burns committed
D
Adding test for HeaderSelected event in DataTable
Darren Burns committed
D
Testing DataTable.get_column_at with invalid index
Darren Burns committed
D
Testing DataTable.get_column_at
Darren Burns committed
D
Testing DataTable.get_column with invalid column key
Darren Burns committed
D
Testing DataTable.get_column
Darren Burns committed
D
Testing invalid index and keys in DataTable.get_row*
Darren Burns committed
D
Adding a test for DataTable.get_row_at
Darren Burns committed
D
Adding an explanatory comment to a test
Darren Burns committed
D
Testing get_row (by key) in DataTable
Darren Burns committed
D
Make DataTable.data private (it's now _data)
Darren Burns committed
February 13, 2023
D
Exception on duplicate row and column keys
Darren Burns committed
February 9, 2023
D
Some renaming of API methods
Darren Burns committed
D
Updating tests for DataTable
Darren Burns committed
February 8, 2023
D
Fix imports in data table tests
Darren Burns committed
D
Unit test to ensure column cursor events posted correctly
Darren Burns committed
D
Unit test to ensure event emission from row cursor correct in DataTable
Darren Burns committed