ng2-smart-table icon indicating copy to clipboard operation
ng2-smart-table copied to clipboard

Angular Smart Data Table component

Results 149 ng2-smart-table issues
Sort by recently updated
recently updated
newest added

I have an issue with ng2-smart-table i have a component with this parts: station/ smart-table/ smart-table.component.ts smart-table.component.html station.module.ts station.component.ts station.component.html station.component.scss and when i use ngx-smart-table selector in station.component.html it...

Here is a video showing the problem: ![smarttable](https://user-images.githubusercontent.com/31655968/47992545-78998c80-e0ed-11e8-998c-a3bfe406ba74.gif) Table won't load data if I don't hover over menu on the left. Data is fetched correctly. Strange behaviour right? Removing spinner...

Project template is ngx-admin with lazy loading, many components are using ng2-smart-table. on all pages I get an empty table showing no data, until mouse hovers over the side menu,...

I am pulling data from a database and using angular 2 Observables to subscribe returned records and stored as objects in a local array variable. I implemented http.get() inside a...

I'm automatically refreshing the data by subscribing to HttpClient and populating LocalDataSource. Upon refresh, the page jump to top and back to the bottom where the table lies. I believe...

Expected as per the documentation: ``` event: Object, consist of: data: Object - highlighted row data object source: DataSource - table data source ``` But all it actually does it...

Hello, I need to set the default mode of the table in edit view mode once data is loaded in the table, can anyone help me with how I achieved...

Ng2-smart-table is a great component I've been used it for years in some production work loads. Since then I was think that this package lack some typing for its APIs,...

I'm another one which would like to have a tooltip in header title like issue #703 . Please, add this feature. Thanks !

I would like to have one of my columns display a value as well as a tooltip(an icon the user hovers over to display a value). The column would first...