We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ ] Bug report [x] Feature request [ ] Documentation issue or request [ ] Question
this.dtOptions = { pagingType: 'full_numbers', pageLength: 10, processing: true, columns: [ { title: 'Title 1', data: 'number', pipe: 'translate' }, { title: 'Title 2', data: 'locationId', pipe: 'translate' }, { title: 'Title 3', data: 'date', pipe: 'translate' } ] };
- node version: v14.7.0 - angular version: 9.1.12 - angular-cli version: 9.1.12 - jquery version: ^3.5.1 - datatables version: ^1.10.21 - angular-datatables version: ^9.0.2
The text was updated successfully, but these errors were encountered:
Merge pull request #1494 from shanmukhateja/feat-angular-pipes
46d6485
Add support for using Angular pipes to transform data #1466
Successfully merging a pull request may close this issue.
I'm submitting a...
Current behavior
Expected behavior
Minimal reproduction of the problem with instructions
Environment
The text was updated successfully, but these errors were encountered: