tableresponsive
A Div element that responsive tables should be wrapped in. It should rarely be necessary to use this tag directly, as setting the "responsive" attribute of the table component will automatically wrap it in one of these, but provided for that purpose and the purpose of completeness.
- Example
- <b:tableresponsive>... </b:tableresponsive>
- Output
- <div class="table-responsive">... </div>
Tag Information | |
---|---|
Tag Class | org.bootstrapjsp.tags.core.table.TableResponsive |
Body Content | scriptless |
Dynamic Attributes | true |