Smart-Table
Smart-Table copied to clipboard
Code source of Smart Table module: a table/grid for Angularjs
This fix address one feature where we can have mix of wildchar and strict search. Strict search will be executed aganist user defined field in the attribute strictsearch-enabled-fields. e.g
Added parameter to the sort function which is only be used for the sortDefault behaviour for the first call. This is to fix the problem for #329 and #388 and...
This bug caused other plugins not to work correctly. The initial predicate wasn't parsed the same way it was parsed after click - which resulted in the arrows not pointing...
Here's a plunker: http://plnkr.co/edit/IdQx5OQ9PgSiIMedOTSY If you remove st-template it calls the pipe only once.
Hi, Great lib! :) Is there are a way to match the exact search term instead of a substring? Currently if I search for ID = 4, the search function...
I am using the stPersist directive as referenced on the [smart-table-website as "Persist table state in local storage"](http://lorenzofox3.github.io/smart-table-website/#examples-section). I am using this in combination with smart-table version 2.1.0. In my...
Hello, I have a requirement where the data in the collection have to be grouped by one of its properties. It should provide open collapse to its subrows, something like...
e.g. Select a single row and use up/down to do the navigation?
I added a comment to the original issue with similar title about a month back, but it looks like that's closed and it might not be getting any attention (https://github.com/lorenzofox3/Smart-Table/issues/405#issuecomment-111625652)...
Use links in the changelog to go the the issues fixed and pull requests accepted