Alphabetical filter

Alphabetical filter

sabusabu Posts: 10Questions: 3Answers: 1
edited September 2015 in Free community support

Great plugin..It has many useful features in it.I used alphabet input search in my datatable.when I click the alphabet it doesnt filter the data.But in tooltip it shows the number of data for each alphabet.How to resolve this?.I use Datatable 1.10 version plugin.

This question has accepted answers - jump to:

Answers

  • allanallan Posts: 63,725Questions: 1Answers: 10,506 Site admin

    Per the forum rules please link to a test case showing the issue.

    Allan

  • sabusabu Posts: 10Questions: 3Answers: 1

    http://live.datatables.net/weruwiwu/2/
    I'm using datatable for my spring project.I retrieve data from mysql database using jstl tags.With direct implement of data is working with alphabetical filteration.But when i retrieve a data from database it is not shown the filter data in the table.

  • allanallan Posts: 63,725Questions: 1Answers: 10,506 Site admin

    We'd need an actual working test case place. Can you show your rendered HTML table for example.

  • sabusabu Posts: 10Questions: 3Answers: 1
    edited September 2015

    http://live.datatables.net/lezikuvi/1/. This page is working perfectly.But when I retrieve data from database the filtered data is not shown in the table.This is the link for my jstl table(http://live.datatables.net/weruwiwu/6/). Mouse enters an alphabet, tooltip shows number of entries match with that alphabet in the table.When I click an Alphabet, table shows "No Matching Records found".

  • allanallan Posts: 63,725Questions: 1Answers: 10,506 Site admin
    Answer ✓

    I'm afraid that without being able to see a page that demonstrates the issue there isn't really much help I can offer. As you say, your updated example appears to work okay.

    Are you loading the data via Ajax, which isn't shown in your demo, or something?

    Allan

  • sabusabu Posts: 10Questions: 3Answers: 1

    No,I'm using spring controller for fetching data from Mysql database and showing the data in table using JSTL.I already include the code for that one.

  • sabusabu Posts: 10Questions: 3Answers: 1
    edited September 2015 Answer ✓

    I made a mistake on that.It only filters the Uppercase starting letters.My table contain lowercase values.So I Use UPPER function for my select query,then it shows the data perfectly.Thanks for your help.

    This is the great forum for Quick response......

This discussion has been closed.