# Tables
All Boostrap classes for tables are supported and improved.
# Simple Table with Actions
# | Name | Job Position | Since | Salary | Actions |
---|---|---|---|---|---|
1 | Andrew Mike | Develop | 2013 | € 99,225 | |
2 | John Doe | Design | 2012 | € 89,241 | |
3 | Alex Mike | Design | 2010 | € 92,144 |
Show Code
# Base Table props
Prop Name | Type | Default | Description |
---|---|---|---|
show | Boolean | N/A | |
showClose | Boolean | true | |
centered | Boolean | true | |
type | String | N/A | Modal type (notice|mini|"") |
modalClasses | Object | String | N/A | Modal dialog css classes |
modalContentClasses | Object | String | N/A | Modal dialog content css classes |
gradient | String | N/A | Modal gradient type (danger, primary etc) |
headerClasses | Object | String | N/A | Modal Header css classes |
bodyClasses | Object | String | N/A | Modal Body css classes |
footerClasses | Object | String | N/A | Modal Footer css classes |
animationDuration | Number | 500 | Modal transition duration |