Hi,
I’m not a great coder so really trying to work my head around this new section. Has anyone built a people database with some search and sorting functionality and has some ideas on how to do it?
I want to use these people… http://www.aitken.com.au/about-us/our-people
Andrew
Hi,
if you already have a layout and data bound to a dataset, adding sorting and filtering isn’t that difficult.
DataSets can be controlled programmatically by setting filter and sort options from the code. This way you can implement sort options, search (using the contains filter).
You can start by exploring DataSet documentation here:
Let me know if you need any further assistance.