From 81a6428a0379213c19fd604420d07ae1eaf2e969 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 14 Oct 2018 14:43:14 +0800 Subject: [PATCH] patch docs for #598 --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README.md b/docs/README.md index b5bd0bd..56f1fa3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,6 +17,7 @@ * [hover](#hover) * [condensed](#condensed) * [id](#id) +* [tabIndexCell](#tabIndexCell) * [classes](#classes) * [wrapperClasses](#wrapperClasses) * [headerClasses](#headerClasses) @@ -112,6 +113,10 @@ Same as bootstrap `.table-condensed` class for making a table more compact by cu ### id - [String] Customize id on `table` element. + +### tabIndexCell - [Bool] +Enable the `tabIndex` attribute on `` element. + ### classes - [String] Customize class on `table` element.