From acff5aeeece3366866e43380f329c0ce685ea1e5 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 20 Oct 2016 15:24:09 -0600 Subject: [PATCH] Readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9d2936..68d86c8 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A fast, lightweight, opinionated table and datagrid built on React Why you may **not** want to use `react-table`: - No support for infinite scrolling. We chose to avoid the complex problems that come with it, and instead provide reliable and predictable pagination. +- You need tables built in something other than traditional HTML table elements. ## Installation ```bash