Smart-Table icon indicating copy to clipboard operation
Smart-Table copied to clipboard

Code source of Smart Table module: a table/grid for Angularjs

Results 65 Smart-Table issues
Sort by recently updated
recently updated
newest added

the aria-sort value is set to descending even when ascending sort is applied and vice-versa. In file stSort.js on line number 90 .attr(ariaSort, newValue.reverse ? ariaSortAscending : ariaSortDescending); should be...

Sorry this isn't really about the library itself, although I suppose it could be described as a documentation issue. The website http://lorenzofox3.github.io/smart-table-website/ causes a massive memory spike when I open...

Hello, I have 2 partials, one is for search filters with the search button, and another results grid(smart table) **with serverside pagination.** On page load, it will be displayed empty...

- AngularJS version: 1.5 - Smart table version: latest as of 09/27/2018 Issue: I'm trying to let an AngularJS controller manipulate the current page value for the pagination generated by...

Is there a working example of using the st-persist directive and st-src-safe where maintaining state works for pagination? Sorting works (though not nicely, since you can't seem to initialize sort...

question

hi, it is possible to add **Virtualisation** feature for large data set in table.

Hello All, I have two date columns in my smart grid. I have a custom date filter as you can see in the plunker below on one of these columns...

The problem: in case we want to paginate the data in the smart table, st-pagination must be loaded and call the slice function in the stTableController. because st-pagination depends on...

Hi, i have used this angular plugin and it works very well with massive rows of data (6K rows). But i noticed something that whenever I do search for items...

Commit in a LICENSE file, which is copied from readme.md Used in the command `yarn licenses`, as bower is deprecated. https://yarnpkg.com/lang/en/docs/cli/licenses/