"plugins" => "third-party widgets"

This commit is contained in:
Chris Rebert 2014-12-30 12:47:04 -08:00
parent 0a1742ce8e
commit edb6c07254
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ layout: page
title: Tables
---
Due to the widespread use of tables across plugins like calendars and date pickers, we've designed our tables to be **opt-in**. Just add the base class `.table` to any `<table>`.
Due to the widespread use of tables across third-party widgets like calendars and date pickers, we've designed our tables to be **opt-in**. Just add the base class `.table` to any `<table>`.
## Basic example