I’m trying to use wxPyGridTableBase to set up a record viewer in Wxpython, I’m wanting to pull records from a database that is an arbitrary amount of rows. Is there a way or an already existing method that will allow me to append rows to the grid (just like adding records to a dataTable?)
Share
From http://wiki.wxpython.org/wxPyGridTableBase#Table_Size.2BAC8-Shape_Reconfiguration: