• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Spring JQuery Datatable Custom search

 
Ranch Hand
Posts: 499
Spring AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am currently using Spring and jquery datatable in my project. I want to implement a custom search in my application. I tried examples from this link. This example filters only the columns in the datatable. I have a column (say) Pencil and a user profiles. Now the scenario is many to many(one user can user many pencils or the same pencil can be used by many users). I am permitted only to show the user profile in the datatable but my filtering should also be done using the pencil name (ie) If I search for a pencil name all the users using the pencil should be listed in the datatable. I am able to fetch the data using spring from DB but I am not able to set in the data table. How can I achieve this?
 
My favorite is a chocolate cupcake with white frosting and tiny ad sprinkles.
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic