Help: How to filter from a link that passes a url parameter
Help: How to filter from a link that passes a url parameter
crwhite0527
Posts: 3Questions: 0Answers: 0
TABLE Setup
My table will display salaries from a public university. Columns will be Name, Title, Department, Weekly hours, Annual salary, Overtime hours, Overtime pay and total pay.
The key filter to display records will be the department (there are 300 departments). The requirements given to me are to load the data from a link. That link will pass the department value. Example - [code] acme department.[/code]
So, the only records that should load on that page are those 'WHERE dept_name like = "%acme department%". Once the data-table is loaded, the user can sort and search the data using the standard data table UI elements (sorting rows, filtering number, pagination, and search).
Can someone assist?
[code]
for ( $i=0 ; $i
My table will display salaries from a public university. Columns will be Name, Title, Department, Weekly hours, Annual salary, Overtime hours, Overtime pay and total pay.
The key filter to display records will be the department (there are 300 departments). The requirements given to me are to load the data from a link. That link will pass the department value. Example - [code] acme department.[/code]
So, the only records that should load on that page are those 'WHERE dept_name like = "%acme department%". Once the data-table is loaded, the user can sort and search the data using the standard data table UI elements (sorting rows, filtering number, pagination, and search).
Can someone assist?
[code]
for ( $i=0 ; $i
This discussion has been closed.
Replies