API
ID | Name | Info | Salary |
---|
1 | Spectre | can ability | 137 |
2 | Spectre | ceilings of certainly hero his | 110 |
3 | Huskar | regular played seconds mostly assure one randomness a unreliable. | 131 |
4 | Spectre | wide of of hitting Bolt attack has damage will highest | 11 |
5 | Sven | between the a | 159 |
6 | Luna | thirty seconds making | 122 |
7 | Luna | and most | 142 |
8 | Abaddon | notorious melee most almost hero randomness a ceilings seconds notorious | 54 |
9 | Kunkka | his of all a hero regular | 180 |
10 | Barathrum | is his a and making damage | 128 |
11 | Barathrum | luck-based one highest mostly level, is ganker. | 53 |
12 | Kunkka | a can an | 88 |
13 | Meepo | carry regular level, his carry to his Knight | 163 |
14 | Phantom | an spread, level, mediocre his Chaos damage of His | 173 |
15 | Shaman | certainly highest randomness seconds uncertainty. 2 | 155 |
16 | Shaman | a and mediocre | 107 |
17 | Phantom | Chaos which, | 118 |
18 | Barathrum | regular most and a an is almost strength a a mostly | 93 |
19 | Riki | luck-based ceilings implies, between incredibly | 55 |
20 | Lina | between luck-based has As damage anywhere thirty damage all randomness incredibly | 76 |
Getting Started
You can install modal as part of base.extensions
npm install @baianat/base.extensions
# or using yarn
yarn add @baianat/base.extensions
If you want the standalone version
npm install @baianat/table
# or using yarn
yarn add @baianat/table
Include necessary files
<head>
<link rel="stylesheet" href="@baianat/base.framework/dist/css/base.css">
<link rel="stylesheet" href="@baianat/table/dist/css/table.css">
</head>
Properties | Default | Description |
---|
fixedHeader | false | indicates whether the table header is fixed during scrolling |
pagination | true | enables pages pagination |
sortable | true | enables the ability to sort columns |
editable | false | enables the user to edit table cells |
density | false | shows rows density control buttons |
perPage | 10 | how many rows is shown per page |
Event | Description |
---|
beforeEdit | fires when clicking on an input and starts to edit it |
afterEdit | fires after blurring out of the input |