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

First of all, wanted to say thanks for the awesome job so far. This project is a huge boon for table utility in the React/Redux space. Just wanted to ask...

If I have the following table | hello | hi | and I search with hello, hi i will not get any results because the selector code below uses _.every...

Based on discussion in #68, it might be a good idea to add support for multiple primaryKey columns. From user's perspective, they would be able to mark multiple columns as...

enhancement
help wanted

updated the data/nextData comparison in sematable.js's componentWillReceiveProps to use lodash.isEqual method (https://lodash.com/docs/#isEqual). reasoning: when using table data that wasn't held in application-wide state, and was instead created inside a redux...

... Allow passing `className` for `select` too

Hi There, Found this repo via a blog post on a pursuit to make jquery DataTables Frankenstein into a React-Redux project. It really peaked my interest and I've since been...

I'm opening this based on the proposed changes in #58. We should consider using deep equality checks to make sematable more developer-friendly, but this change should be done in the...

I noticed that with custom settings for the page size + filter containers - to ensure that the pagesize + search are displayed in the same row- (e.g. col-xs-6 instead...

![screen shot 2017-04-26 at 5 12 52 pm](https://cloud.githubusercontent.com/assets/332580/25457255/b08c5160-2aa3-11e7-9e80-ed5849ce17e3.png) Would this look and read a little nicer if it: * didn't have a box/border * the number (10) was right aligned,...