why fg- and not ui- ?

why fg- and not ui- ?

srayner02srayner02 Posts: 15Questions: 0Answers: 0
edited November 2010 in General
i am trying to style my datatable with the jquery-ui themes.
However, the classes added to my table seem to be pre-fixed with fg- and not ui-. For example i am getting a class of fg-button and not ui-button for the paginator buttons.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You should actually be getting both (assuming you are using a reasonably recent version of DataTables). For example have a look at the elements in the table here: http://datatables.net/ . The reason for that is the fg- was used for the last version of ThemeRoller, while the new version uses ui- . As such in order to allow easy transition between the two I've included both class names. Eventually I'll be dropping the fg- ones since they are now out of ThemeRoller.

    Allan
  • srayner02srayner02 Posts: 15Questions: 0Answers: 0
    I have an old version. Although i downloaded the newer version i did not copy the js file to my site's folder structure.
This discussion has been closed.