Hi list,
I must to create a table with name + location + phone number ... of my collegues one 1 node. This content will be update by "normal" people. I must have filtering feature of this table.
How can I do that into Drupal without create an nuclear station ?
I have searched jquery exemple, but nothing.
Can you give me some ways ?
Thanks a lot.
Hi,
Create a view of the node types, set to display type: table, you can choose fields to be sortable.
if you need the user to be able to filter information use exposed filters in the table.
Idan
On Tue, Sep 14, 2010 at 11:31 AM, ceooph+drupallist@gmail.comceooph%2Bdrupallist@gmail.com <ceooph+drupallist@gmail.com ceooph%2Bdrupallist@gmail.com> wrote:
Hi list,
I must to create a table with name + location + phone number ... of my collegues one 1 node. This content will be update by "normal" people. I must have filtering feature of this table.
How can I do that into Drupal without create an nuclear station ?
I have searched jquery exemple, but nothing.
Can you give me some ways ?
Thanks a lot.
[ Drupal support list | http://lists.drupal.org/ ]
Use the Views Bulk Operations ( http://drupal.org/project/views_bulk_operations ) to attach the edit action on your items.
Pablo
Le 14/09/2010 12:08, Idan Arbel a écrit :
Hi,
Create a view of the node types, set to display type: table, you can choose fields to be sortable.
if you need the user to be able to filter information use exposed filters in the table.
Idan
Hi, Thanks for your response. But I would have one node with all names and phone numbers. So view will juste filter nodes, not content nodes. Isn't it ?
On Tue, Sep 14, 2010 at 11:31 AM, ceooph+drupallist@gmail.com mailto:ceooph%2Bdrupallist@gmail.com <ceooph+drupallist@gmail.com mailto:ceooph%2Bdrupallist@gmail.com> wrote:
Hi list, I must to create a table with name + location + phone number ... of my collegues one 1 node. This content will be update by "normal" people. I must have filtering feature of this table. How can I do that into Drupal without create an nuclear station ? I have searched jquery exemple, but nothing. Can you give me some ways ? Thanks a lot. -- [ Drupal support list | http://lists.drupal.org/ ]
Maybe you must use a contact node, where you can have a person name, phone number ( cck field ) and other information. Where each node is a information about one of your friends. Using this, you can use views to filter your content more effectively.
Att,
Pablo Lacerda de Miranda Analista de Sistemas Pontifícia Universidade Católica de São Paulo pablolmiranda@gmail.com +55 11 8701-1086
Le 14/09/2010 15:26, Pablo L. de Miranda a écrit :
Maybe you must use a contact node, where you can have a person name, phone number ( cck field ) and other information. Where each node is a information about one of your friends. Using this, you can use views to filter your content more effectively.
Att,
Pablo Lacerda de Miranda Analista de Sistemas Pontifícia Universidade Católica de São Paulo pablolmiranda@gmail.com +55 11 8701-1086
Hi,
It's the solution I will propose (and I tested this hour). But there isn't an other way to filter (on fly) an html list ?
Thanks for your help
Hi,
It's the solution I will propose (and I tested this hour). But there isn't an other way to filter (on fly) an html list ?
after 5 minutes searching through drupal.org i found this the tablemanager "input filter", that sounds like a possible solution: http://drupal.org/project/tablemanager
hope it helps, Markus
Le 14/09/2010 15:26, Pablo L. de Miranda a écrit :
Maybe you must use a contact node, where you can have a person name, phone number ( cck field ) and other information. Where each node is a information about one of your friends. Using this, you can use views to filter your content more effectively.
Att,
Pablo Lacerda de Miranda Analista de Sistemas Pontifícia Universidade Católica de São Paulo pablolmiranda@gmail.com +55 11 8701-1086
Hi Pablo and list,
I've implement this solution. But is it possible to have one textbox to filter on each content field on same time ? I find how to filter names on content field name, same for mails, .... but I have a lot of textbox, and it isn't so user friendly. So I wanted to have juste one textbox to filter on each my content field. Moreover I can't use search module because I don't want to have my contacts in solr !
Is it possible ? How ?
Thanks in advance.