Common Datatables for all places

Common Datatables for all places

parladparlad Posts: 4Questions: 1Answers: 0

Hi , i am working on web module and i have more the 20 pages , where i have to initialize datatabeles in 20 differeent palces , i am wondering , if i can make common datatables and call it in 20 different places . Off course different table have different column and different number of parameter.

Replies

  • allanallan Posts: 63,471Questions: 1Answers: 10,467 Site admin

    There are a few options. If you don't have any column specific operations you can use this example. If you do, then perhaps HTML5 attributes are the way to go.

    Allan

  • parladparlad Posts: 4Questions: 1Answers: 0

    thanks allan, i will examine this.

This discussion has been closed.