|
|
| Рядок 1: |
Рядок 1: |
| <html> | | <html> |
| <head> | | <head> |
| <meta charset="UTF-8">
| |
| <title></title>
| |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
| |
| </head> | | </head> |
| <body> | | <body> |
| Рядок 18: |
Рядок 15: |
| <th>Gere</th> | | <th>Gere</th> |
| <th>Actions</th> | | <th>Actions</th> |
| <th>Порядок кроків у шаблоні</th> | | </tr> |
| </tr>
| |
| </thead> | | </thead> |
| <tbody> | | <tbody> |
| Рядок 46: |
Рядок 42: |
|
| |
|
| // required options | | // required options |
| const options = {
| | const options = { |
| tableId:'easy-table', | | tableId:'easy-table', |
| currentPage:1, | | currentPage:1, |
| Рядок 58: |
Рядок 54: |
|
| |
|
| setTable(data, options); | | setTable(data, options); |
|
| |
| </script> | | </script> |
| </body> | | </body> |
| </html> | | </html> |