Click or drag to resize

BootstrapTableOptions Enumeration

Bootstrap table design options

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum BootstrapTableOptions
Members
  Member nameValueDescription
Responsive1 Allow tables to be scrolled horizontally with ease.
Striped2 Add zebra-striping table rows within table body.
Hover4 Enable hover state on table rows within table body.
See Also