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

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I have been simply trying to run your Storybook examples on my local machine Ubuntu 18.04 LTS and no matter what I try I'm just getting errors. I also tried...

Hello, I'm getting error when follow the usage readme: firstly i install sematable with **npm i sematable** and create component like: ``` import React, { Component, PropTypes } from 'react';...

Hi, I don't know if it's related to #9, but when I am experiencing the following behaviour: 1. I filter the table (without pressing Enter, so the *filterText* property is...

... that presets filter to that column, puts focus on filter field and expects user just to choose one of (already shown) filter options. To illustrate: Click on this icon:...

... so that it's possible to use other props than just row to decide if row should be selectable or not. Workaround: provide `selectable` prop to your table component so...

When the table has a lot of pages we show them all. This doesn't look good if we end up having more than 1 row of pages under the table....

I'm wondering if I can pass a function as the value of 'sortKey' when defining my headers object. In my use case, I need to sort one of the columns...

I've been asked to have my table display All of the elements by default, while still offering the 'page size' menu for those users who prefer to select a given...