Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 asp.net C# 的网格中搜索一些项目。当我搜索我想要的记录时,我不想点击搜索按钮,然后网格将被过滤。我希望网格应该使用与我输入的关键字匹配的记录进行过滤。我想这可以使用 html5 或 j 查询来完成。我无法准确地说出我对谷歌的搜索。
请帮忙。提前致谢。
看看dataTables,我们经常使用它进行自定义过滤和排序,使用起来很轻松