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
- Host: GitHub
- URL: https://github.com/terzurumluoglu/terminatable
- Owner: terzurumluoglu
- Created: 2024-04-03T14:45:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T19:24:16.000Z (about 2 years ago)
- Last Synced: 2025-12-31T07:14:05.277Z (6 months ago)
- Topics: angular, angular17, datatable, table
- Language: TypeScript
- Homepage: https://terminatable.onrender.com
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)