Files
flipper/src
Daniel Büchele 1891e2c869 moving tables to react-window
Summary:
Tables were using a custom virtualization, which wasn't as performant as other solutions out there. In this diff, the table component is reworked for performance.
- removes `Table` component, because it was never used standalone, `ManagedTable` is what all plugins used
- uses `react-window` for `ManagedTable`
- reworks table highlighting and arrow-navigation to work with the new virtualization
- moves actual filtering out of `ManagedTable` into `Searchable` component for a better separation of concerns.

Reviewed By: jknoxville

Differential Revision: D9447721

fbshipit-source-id: 15eb2eb55eed9f49a0cb1ccfb2d748b3672fa898
2018-08-23 04:57:28 -07:00
..
2018-08-14 03:12:54 -07:00
2018-08-13 11:29:59 -07:00
2018-08-16 05:12:27 -07:00
2018-08-23 03:13:07 -07:00
2018-08-16 08:12:16 -07:00
2018-08-23 04:57:28 -07:00
2018-08-14 03:12:54 -07:00
2018-08-10 09:13:27 -07:00
2018-08-14 03:12:54 -07:00
2018-06-25 10:04:00 -07:00
2018-07-31 07:58:33 -07:00
2018-08-06 10:44:33 -07:00
2018-07-10 07:17:08 -07:00
2018-08-13 15:27:29 -07:00
2018-08-14 03:12:54 -07:00