dynamic loading of next rows

This commit is contained in:
Jan Prochazka
2020-03-05 14:25:07 +01:00
parent ffe8f1027f
commit 6b3e4e7cbf
4 changed files with 99 additions and 42 deletions

View File

@@ -1,2 +1,2 @@
export { default as GridDisplay } from "./GridDisplay";
export { default as GridDisplay, DisplayColumn } from "./GridDisplay";
export { default as TableGridDisplay } from "./TableGridDisplay";