An open API service indexing awesome lists of open source software.

https://github.com/terzurumluoglu/terminatable

Data Table for Angular
https://github.com/terzurumluoglu/terminatable

angular angular17 datatable table

Last synced: about 2 months ago
JSON representation

Data Table for Angular

Awesome Lists containing this project

README

          

# Terminatable

Your Angular version should be 17+

## !!! Development is going on

Terminatable is being developed who use HTML tables in their app and customize that in Angular 17 and above.

## DEMO

How can I use terminatable in my app? [Visit](https://terminatable.onrender.com)

## Installation

Use the package manager npm to install Terminatable.

```bash
npm install terminatable
```

## Usage

```typescript
import { TerminatableComponent } from 'terminable'

@Component({
selector: 'app-...',
...
imports: [
CommonModule,
TerminatableComponent,
...
],
...
})

```

```html

```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)