🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

svelte-datatables-net

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-datatables-net - npm Package Compare versions

Comparing version

to
1.0.3

dist/iconBackward.d.ts

2

dist/PaginationItems.svelte.d.ts

@@ -15,2 +15,4 @@ declare class __sveltets_Render<Generic> {

class?: string;
propShortMode?: boolean;
propShortModeLimit?: number;
};

@@ -17,0 +19,0 @@ events(): {} & {

2

package.json
{
"name": "svelte-datatables-net",
"version": "1.0.2",
"version": "1.0.3",
"description": "svelte-datatables-net is a svelte/sveltekit component that turns data into an interactive HTML table. Inspired by datatables.net.",

@@ -5,0 +5,0 @@ "repository": {

@@ -42,3 +42,3 @@ # svelte-datatables-net

- `RowsPerPage`: A svelte component with a select input to choose the number of rows per page.
- `Pagination`: A svelte component to change the active page.
- `PaginationItems`: A svelte component for pagination.
- `Sort`: A svelte component that enable sorting for a specific column.

@@ -77,17 +77,18 @@ - `typeDatatable`: If you are using typescript, it is a type definition for the component states.

| PROP | DESCRIPTION | TYPE | REQUIRED | DEFAULT |
| ------------------- | ----------------------------------------------------- | -------------------------------------------- | -------- | ------- |
| `propTag` | HTML TAG OF THE PAGINATION ITEM. | `'span' OR 'div' OR 'li' OR 'button' OR 'a'` | YES | - |
| `propInnerTag` | HTML TAG INSIDE THE PAGINATION ITEM. | `'span' OR 'div' OR 'li' OR 'button' OR 'a'` | NO | `span` |
| `propPrevious` | PREVIOUS BUTTON TEXT. | `string` | NO | - |
| `propNext` | NEXT BUTTON TEXT. | `string` | NO | - |
| `propComponent` | OPTIONAL COMPONENT TO USE INSIDE THE PAGINATION ITEM. | `string` | NO | - |
| `style` | CSS STYLES FOR PAGINATION ITEMS. | `string` | NO | - |
| `class` | CSS CLASSES FOR PAGINATION ITEMS. | `string` | NO | - |
| `propDisabledStyle` | CSS STYLES FOR DISABLED PAGINATION ITEMS. | `string` | NO | - |
| `propDisabledClass` | CSS CLASSES FOR DISABLED PAGINATION ITEMS. | `string` | NO | - |
| `propActiveStyle` | CSS STYLES FOR ACTIVE PAGINATION ITEMS. | `string` | NO | - |
| `propActiveClass` | CSS CLASSES FOR ACTIVE PAGINATION ITEMS. | `string` | NO | - |
| `propInnerClass` | CSS CLASSES FOR THE TAG INSIDE PAGINATION ITEMS. | `string` | NO | - |
| `propInnerStyle` | CSS CLASSES FOR THE TAG INSIDE PAGINATION ITEMS. | `string` | NO | - |
| PROP | DESCRIPTION | TYPE | REQUIRED | DEFAULT |
| -------------------- | ---------------------------------------------------------------------------------------- | -------------------------------------------- | -------- | ------- |
| `propTag` | HTML TAG OF THE PAGINATION ITEM. | `'span' OR 'div' OR 'li' OR 'button' OR 'a'` | YES | - |
| `propInnerTag` | HTML TAG INSIDE THE PAGINATION ITEM. | `'span' OR 'div' OR 'li' OR 'button' OR 'a'` | NO | `span` |
| `propPrevious` | PREVIOUS BUTTON TEXT. | `string` | NO | - |
| `propNext` | NEXT BUTTON TEXT. | `string` | NO | - |
| `propShortMode` | IF IN SHORT MODE, PAGINATION WILL SHOW ONLY FORWARD AND BACKWARD BUTTONS. | `boolean` | NO | `false` |
| `propShortModeLimit` | IF THE NUMBER OF PAGES IS GREATER THAN `propShortModeLimit` THE SHORT MODE IS ACTIVATED. | `number` | NO | `1000` |
| `style` | CSS STYLES FOR PAGINATION ITEMS. | `string` | NO | - |
| `class` | CSS CLASSES FOR PAGINATION ITEMS. | `string` | NO | - |
| `propDisabledStyle` | CSS STYLES FOR DISABLED PAGINATION ITEMS. | `string` | NO | - |
| `propDisabledClass` | CSS CLASSES FOR DISABLED PAGINATION ITEMS. | `string` | NO | - |
| `propActiveStyle` | CSS STYLES FOR ACTIVE PAGINATION ITEMS. | `string` | NO | - |
| `propActiveClass` | CSS CLASSES FOR ACTIVE PAGINATION ITEMS. | `string` | NO | - |
| `propInnerClass` | CSS CLASSES FOR THE TAG INSIDE PAGINATION ITEMS. | `string` | NO | - |
| `propInnerStyle` | CSS CLASSES FOR THE TAG INSIDE PAGINATION ITEMS. | `string` | NO | - |

@@ -94,0 +95,0 @@ - PROPS OF `RowsPerPage`:

Sorry, the diff of this file is not supported yet