ngx-datatable icon indicating copy to clipboard operation
ngx-datatable copied to clipboard

✨ A feature-rich yet lightweight data-table crafted for Angular

Results 229 ngx-datatable issues
Sort by recently updated
recently updated
newest added

**What kind of change does this PR introduce?** (check one with "x") - [x] Bugfix - [ ] Feature - [x] Code style update (formatting, local variables) - [ ]...

**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...

**What kind of change does this PR introduce?** (check one with "x") - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [...

**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...

**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...

**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...

Hello, We have a problem that when we have data of value containing html tag then is is displaying value as rendered html tag instead of showing actual value So...

## Issue: `Ctrl + A` Shortcut Blocked Inside Inline Editing Fields **Version:** `@swimlane/ngx-datatable` 21.0.0 --- **Problem:** When using `ngx-datatable`, the `Ctrl + a` shortcut — typically used to select all...

## Version @swimlane/ngx-datatable 21.0.0 ## Problem When using `[groupRowsBy]` and `[limit]`, pagination works by row count, not by group. **Expected:** With `[limit]="1"`, I want to see 1 group per page...

Hi, I am using Angular 19. I am trying to implement externalPaging and externalSorting. But when we click on column headers to sort the data then both pageCallback and sortCallback...