sematable icon indicating copy to clipboard operation
sematable copied to clipboard

ReactJS / Redux Data Table

Results 30 sematable issues
Sort by recently updated
recently updated
newest added

Hi, now that I've seen the header tooltips working, I realize that the styling is different than that I use throughout my app for tooltips (Bootstrap 3). Is there any...

I used spinning wheel as `NoDataComponent` and it works well, but the issue is that it shows whenever there is no data, even when the back end returns empty array...

I am trying to pass an action to the GroupActions component, but not sure how is it doable here. I have a container component which is decorated by redux connect...

i noticed that when i set the filter from my code this way : `` i can see `owner:essam` in the search box in the table and it filters my...

Hey, really like this solution, especially because it is fully integrated into the Redux state. Also like your approach for selectors for the parent component to e.g. get all selected...

This is actually a how-to question, as I've realized that if a particular table column contains only font-awesome icons (no text allowed in the cells), the regular sorting does not...

![sematable-rows-per-page](https://cloud.githubusercontent.com/assets/332580/23524467/bf6e727e-ff58-11e6-9ab2-b607ad95e635.png)

I am including the example AppsTable in a component like so: ` return ( ... ... ) ` And I can't for the life of me figure out why this...

Hi, I want to ask how you resolve case when we must provide function to action cell? ```javascript class AppsTableActions extends Component { render() { const { row, onRmove }...