rxDataTable icon indicating copy to clipboard operation
rxDataTable copied to clipboard

A "catch-all" solution for displaying data in a table format in a basic or extremely complex style.

Results 9 rxDataTable issues
Sort by recently updated
recently updated
newest added

This fixes `ng-class` and `class` interpolation issue. See https://github.com/angular/angular.js/issues/9109

getting angular is not defined. all bower_components are not found.

Hi Nick, Thanks for a great job on rx-data-table - a really nice implementation!! Am having an issue with checkbox clickAction(). While I can get the checkbox field to display...

This is how it looks now. ``` js 'dataField': 'Name', 'sortField': 'Name' ``` This will use sorting by the data in the data field matching `Name`. This is because you...

enhancement

Hi Nick, This library looks so promising and I would love to use but I'm having trouble setting with many of the features wrtten in API Docs and Dev Guides....

Reproduction steps: - Create a table with 20+ rows in it - Set "Items per Page" to something other than 10 - Go to the next page The rest of...

bug

When I include a table column config such as the following: ``` json { "checkbox": true, "checkAll": true } ``` I expect the checkbox in the sort column to check/uncheck...

I keep having to specify my status updates in the functions that is create the update itself. It should be external to the function that is updating the table, and...

enhancement