You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user searches for data with the integer type and inputs a partial text of the search query (not complete), then a "record not found" message will be displayed.
For example: If the data is 109001 and the user inputs only 10, a "record not found" message will be shown.
Possibly, for the integer search query, the query can be modified from its original form where it was using "where field = input" to "where field like input".
thanks so much
Your library is very helpful.
The text was updated successfully, but these errors were encountered:
Hello @nazerulgit,
I would like to say that this project will no longer be maintained but we are continuing with a new project RazorKit. In the new project, the DataTables will have much more features and will be more compatible with the latest updates. It will also be much better documented.
In addition, this project will include other popular .js libraries besides DataTables . I would be very happy if you consider switching. Since you are an old user, your opinions are very valuable to me.
Regards.
If a user searches for data with the integer type and inputs a partial text of the search query (not complete), then a "record not found" message will be displayed.
For example: If the data is 109001 and the user inputs only 10, a "record not found" message will be shown.
Possibly, for the integer search query, the query can be modified from its original form where it was using "where field = input" to "where field like input".
thanks so much
Your library is very helpful.
The text was updated successfully, but these errors were encountered: