Closed ibdafna closed 3 years ago
@gaborbernat I'll add one in a separate PR
EDIT: actually we do have tests for these methods, but get_visible_data()
needs a DOM element. I'll need to think further if there's a way around it. Perhaps mocking it.
Signed-off-by: Itay Dafna i.b.dafna@gmail.com
This PR makes the index and column names of dataframes returned from the
grid.get_visible_data()
method to be consistent with the index and column names of the original DataFrame passed to thegrid
constructor.