javascript - How Show "No record found" or "No Data Found" message in jeasyui datagrid when the grid has no rows -


is there method set emptymessage in easy-ui datagrid showing text "no data found" when datagrid empty.

use footer rows. when returning json server, if record count 0, frame footer row "no records found".

refer http://www.jeasyui.com/demo/main/index.php?plugin=datagrid&theme=default&dir=ltr&pitem=


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -