Is there a way to force the "sInfoFiltered" string to show all the time?

Is there a way to force the "sInfoFiltered" string to show all the time?

DavidCorralesDavidCorrales Posts: 13Questions: 0Answers: 0
edited March 2012 in General
Hi again everyone,

As the title says, is there a way to force the "sInfoFiltered" string to show all the time? That is, without modifying the DataTables base code.

I know there's the "sInfoPostFix" string -but- it doesn't contain the _MAX_ variable defined.

Thanks,
-David

Replies

  • allanallan Posts: 63,205Questions: 1Answers: 10,415 Site admin
    Currently no - however, I think it sounds like a sensible idea to run all language strings through a common pre-processor so the variables will be available to all of them. I've made a note to look at doing that before 1.9.1 is released (which will be next week).

    Allan
  • DavidCorralesDavidCorrales Posts: 13Questions: 0Answers: 0
    Awesome, that's great news indeed. Hopefully it'll be available in 1.9.1 :)!
  • allanallan Posts: 63,205Questions: 1Answers: 10,415 Site admin
    It will indeed be :-). Slightly delay to releasing 1.9.1 but its shaping up nicely now including this change. The _START_, _END_, _MAX_ and _TOTAL_ macros can now be used in any of the information strings for the table.

    Allan
  • DavidCorralesDavidCorrales Posts: 13Questions: 0Answers: 0
    Wohoo! Great :D
This discussion has been closed.