Giter VIP home page Giter VIP logo

Comments (4)

myloveGy avatar myloveGy commented on September 17, 2024

1、搜索POST参数70多个,因为jquery.datatables 默认就会携带很多参数, 我只会把表单搜索参数追加到默认参数里面,表单查询参数后台接收Yii::$app->request->post('params'); 具体处理可以看 common\strategy\DataTables 类的 getRequest() 方法,其他的POST参数是jquery.datatables 默认就会携带的;如果你觉得多的话,你可以反过来,把你需要的jquery.datatabls默认参数有用的(比如分页参数,请求次数参数) 追加到表单查询参数中去,然后提交到后台处理
2、编辑怎么实现的?前端还是后端,前端的话,因为jquery.datatables 会把每一行的数据保存在下来,通过datatables.data()获取到所有数据,返回一个数组,通过索引获取到指定哪行的数据,重新赋值到表单上面就好了

from yii2-ace-admin.

sumic avatar sumic commented on September 17, 2024

恩,感谢。已经看到处理方式了,你根据datatables的默认参数来取排序,还是很不错的。学习了,代码很不错。感谢分享。

from yii2-ace-admin.

sumic avatar sumic commented on September 17, 2024

不过我发现了你改的mtables的兼容性不是很好。IE8下面就没法用。其他的暂时不知道,我这里测试机是win7的。ace模版默认的显示都没有问题的。

from yii2-ace-admin.

myloveGy avatar myloveGy commented on September 17, 2024

嗯嗯!我没有测试过兼容性呢!

from yii2-ace-admin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.