Rendering of Jquery smarttable for tables to add features like pagination,sorting,searching,etc.
More...
Go to the source code of this file.
Data Structures |
class | smarttable |
| Rendering of Jquery smarttable for tables to add features like pagination,sorting,searching,etc. More...
|
Namespaces |
namespace | pragyan |
| Widget Framework for Pragyan CMS (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README Add support for File Upload/Download via the widget's configurations Reload Widgets ,Get Widget Instances. see bottom.
|
Detailed Description
Rendering of Jquery smarttable for tables to add features like pagination,sorting,searching,etc.
- Author:
- Abhishek Shrivastava <i.abhi27[at]gmail.com> (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README
- Todo:
- cms/modules/smarttable is not the correct place for the files as this is NOT a module. Those should be moved out of modules folder.
- Warning:
- In one page generation, only one time this class render() function should be called. Because the script added has function initSmartTable which will otherwise have multiple definitions and report error.
- Todo:
- Solution of warning : Generate some instance number to append to initSmartTable. A static variable can be maintained inside the class and the value of it will be appended to the initSmartTable function and all the associated variables. That number should be passed to the user because they may need to call the functions or edit the variables manually.
Definition in file smarttable.class.php.