My question is how to give page number in jsp ex: if I have the list size is 30 on db but I want to display only 10 in page one, how to display 1 2 3 number in jsp , 30 /3,
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
You can use DataTable for displaying data:
The Javascript shown below is used to initialise the table shown in this example:
In addition to the above code, the following Javascript library files are loaded for use in this example: