DCCS-IT-Business-Solutions / react-datagrid-plain

A light datagrid build upon react-table-plain for React.
MIT License
0 stars 6 forks source link

Infinite loop while loading #1

Open thomas-schiller opened 5 years ago

thomas-schiller commented 5 years ago

I'm using the latest version (2.0.0-alpha.1) and experienced an infinite loop while loading data. Data is fetched via http-get requests - but should not be necessary for simulating the issue. Thx for fixing!

stephanmeissner commented 4 years ago

Hi, we changed some of the underpinnings of datagrid. those changes might affect your issue. please try again with the @3 version.

thx