-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angularjs plugin smart table st-search through random text entered like datatablejs search #835
Comments
Hello @dhavebarsalote96636677, the stSearch directive is using a normal search. That means if you use the "Global search" it will search for the text "acc 33" in any of the column. Therefore for the Smart-Table the given text is nowhere to be found. But just a info you can create a column based search for every column |
Hello @MrWook ,
That's all i have for now, it can now search for keymatch. The problem is it can't watch previous word to strictly filter the result waiting for the next key. This guys, get's it but I wan't his logic applied to smart-table stSearch. |
Oh boi i'm sorry i forgot there is a directive st-set-filter for this kind of case. Here is the filter for a global search.
After that you need to add the filter to the directive: |
Thank you @MrWook, I am able to get the expected result from the logic above, I just replaced Then, right now if I leave the st-Search field empty, the table has no data. |
Why all of a sudden after making it work, it just out of no where my propertyValue becomes Null? |
Maybe you did something not right and resulted to incorrectiveness of the programmability of your coding. |
You can't just copy paste something from the internet you need to adjust it to your needs. |
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 using st-search, it does not allow me to search through text, for example i have this item description: "BOSCH AQUATAK DIY HIGH PRESSURE WASHER AQT 33-11" and so i type to the input field "BOSCH WASHER". No data is displayed. What should I do to fix this. I have looked into the st-search directive:
how can I update this to have the below image results when i do searchl.
The text was updated successfully, but these errors were encountered: