Uses of Class
com.oorian.bootstrap.display.BsTable
Packages that use BsTable
-
Uses of BsTable in com.oorian.bootstrap.display
Methods in com.oorian.bootstrap.display that return BsTableModifier and TypeMethodDescriptionBsTable.addHeaderRow(String... headers) Adds a header row with the given cell values.Adds a data row with the given cell values.BsTable.setBordered(boolean bordered) Sets whether the table has borders.BsTable.setBorderless(boolean borderless) Sets whether the table is borderless.BsTable.setHover(boolean hover) Sets whether the table has hover effect.BsTable.setSmall(boolean small) Sets whether the table is small (compact).BsTable.setStriped(boolean striped) Sets whether the table has striped rows.BsTable.setStripedColumns(boolean stripedColumns) Sets whether the table has striped columns.BsTable.setVariant(Variant variant) Sets the table variant (color).