1.4.1 • Published 5 years ago

@kubut/ngk-spline-table v1.4.1

Weekly downloads
1
License
Check readme for ...
Repository
-
Last release
5 years ago

SplineTable

Usage

  • Be sure you have ngx-translate and router configured. It would be good idea to install bootstrap and font-awesome also

  • Add import to your module, (optional: you can define global configuration as forRoot param)

@NgModule({
    imports: [
        SplineTableModule.forRoot(),
        TranslateModule.forRoot(),
        RouterModule.forRoot([])
    ]
})
export class AppModule {
}
  • Add required translations to your ngx-translate translations files:
{
"SPLINE": {
    "TABLE": {
          "ActionsHeader": "...",
          "PaginatorSummary": "{{shownItems}} items of {{totalItems}} total"
        }
    }
}
  • Use it in your template (see comments in sources to possible options)
<ngk-spline-table [headers]="headers" [options]="options" [fetchingMethod]="fetchingMethod"></ngk-spline-table>

Licence info

Basic licence is Beerwere with little modification. You can use this library for free for non-commercial projects (no support is guaranteed), but ff you want to use it in commercial project you have to ask me if I'm ok with it :)

1.4.1

5 years ago

1.4.0

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago