Changeset 684
- Timestamp:
- 01/04/10 09:53:17 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/branches/1.1/assets/_core/php/examples/datagrid/advanced_filtering.tpl.php
r590 r684 7 7 on your <b>QDataGrid</b>. Make sure you've got a good handle on the <a href="filtering.php">first 8 8 example</a> before you dive into these shark-infested waters.<br/><br/> 9 10 <h1>Changing MetaColumn Filters</h1> 11 It's worth noting that since MetaColumns will automatically set filters for you, you may have to 12 clear them first before applying new ones of your own configuration. To do so, just call the column's 13 FilterClear() function before setting up your new filter. 9 14 10 15 <h2>Dropdown Lists</h2>
